#4B2020

Color #4B2020 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4B2020

Tints of Red Oxide #4B2020

Color information

#4B2020 (or 0x4B2020) is unknown color: approx Red Oxide. HEX triplet: 4B, 20 and 20. RGB value is (75,32,32). Sum of RGB (Red+Green+Blue) = 75+32+32=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2020 is #B4DFDF. Grayscale: #2C2C2C. Windows color (decimal): -11853792 or 2105419. OLE color: 2105419.

HSL color Cylindrical-coordinate representation of color #4B2020: hue angle of 0º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2020 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB753232-
CMYK00.570.570.71
HSL40.19%20.98%-
HSV(B)57.33%29.41%-
XYZ3.682.631.68-
YUV44.86120.75149.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=53.96%
G=23.02%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75323200.570.570.71040.1920.98
Hex4B2020039394702815
Octal11340400717110705025
Binary100101110000010000001110011110011000111010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2020; }

 p { color: rgb(75,32,32); }

 H1.HeaderClassName
 {
   color: #4B2020;
 }
 .AnyTagClassName
 {
   color: #4B2020;
 }
</style>
background-color css

<style>
 a { background-color: #4B2020; }

 a { background-color: rgb(75,32,32); }

 div.DivClassName
 {
   background-color: #4B2020;
 }
 .BgClassName
 {
   background-color: #4B2020;
 }
</style>
border-color css

<style>
 span { border-color: #4B2020; }

 span { border-color: rgb(75,32,32); }

 td.TdClassName
 {
   border-color: #4B2020;
 }
 .TagClassName
 {
   border-color: #4B2020;
 }
</style>