#0B0004

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

Shades of Rustic Red #0B0004

Tints of Rustic Red #0B0004

Color information

#0B0004 (or 0x0B0004) is unknown color: approx Rustic Red. HEX triplet: 0B, 00 and 04. RGB value is (11,0,4). Sum of RGB (Red+Green+Blue) = 11+0+4=15 (1% of max value = 765). Red value is 11 (4.69% from 255 or 73.33% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0004 is #F4FFFB. Grayscale: #030303. Windows color (decimal): -16056316 or 262155. OLE color: 262155.

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

Color convert

RGB1104-
CMYK010.640.96
HSL338.18º100%2.16%-
HSV(B)338.18º100%4.31%-
XYZ0.160.080.12-
YUV3.74128.14133.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1104010.640.96338.181002.16
HexB040644060152642
Octal130401441001405221442
Binary101101000110010010000001100000101010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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