#0B0204

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

Shades of Rustic Red #0B0204

Tints of Rustic Red #0B0204

Color information

#0B0204 (or 0x0B0204) is unknown color: approx Rustic Red. HEX triplet: 0B, 02 and 04. RGB value is (11,2,4). Sum of RGB (Red+Green+Blue) = 11+2+4=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0204 is #F4FDFB. Grayscale: #040404. Windows color (decimal): -16055804 or 262667. OLE color: 262667.

HSL color Cylindrical-coordinate representation of color #0B0204: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0204 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.96.

Color convert

RGB1124-
CMYK00.820.640.96
HSL346.67º69.23%2.55%-
HSV(B)346.67º81.82%4.31%-
XYZ0.180.120.13-
YUV4.92127.48132.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 64.71%
GREEN value IS 2 (1.17% from 255) = 11.76%
BLUE value IS 4 (1.95% from 255) = 23.53%
R=64.71%
G=11.76%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal112400.820.640.96346.6769.232.55
HexB24052406015b453
Octal132401221001405331053
Binary1011101000101001010000001100000101011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0204; }

 p { color: rgb(11,2,4); }

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

<style>
 a { background-color: #0B0204; }

 a { background-color: rgb(11,2,4); }

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

<style>
 span { border-color: #0B0204; }

 span { border-color: rgb(11,2,4); }

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