#4B020C

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

Shades of Rustic Red #4B020C

Tints of Rustic Red #4B020C

Color information

#4B020C (or 0x4B020C) is unknown color: approx Rustic Red. HEX triplet: 4B, 02 and 0C. RGB value is (75,2,12). Sum of RGB (Red+Green+Blue) = 75+2+12=89 (11% of max value = 765). Red value is 75 (29.69% from 255 or 84.27% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 75 - color contains mainly: red. Hex color #4B020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B020C is #B4FDF3. Grayscale: #191919. Windows color (decimal): -11861492 or 787019. OLE color: 787019.

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

Color convert

RGB75212-
CMYK00.970.840.71
HSL351.78º94.81%15.1%-
HSV(B)351.78º97.33%29.41%-
XYZ2.991.570.49-
YUV24.97120.68163.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 84.27%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=84.27%
G=2.25%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7521200.970.840.71351.7894.8115.1
Hex4B2C06154471605ff
Octal113214014112410754013717
Binary1001011101100011000011010100100011110110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,12); }

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

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

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

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

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

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

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