Html Css Color HEX #0B0204 Rustic Red

📋 copy color: '#0B0204'

red 11 ◦ green 2 ◦ blue 4

#0B0204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #0B0204

Tints of Rustic Red #0B0204

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 value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#0B0204 (or 0x0B0204) is known color: 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

RGB 11 2 4 -
CMYK 0 0.82 0.64 0.96
HSL 346.67º 0.69% 0.03% -
HSV(B) 346.67º 0.82% 0.04% -
XYZ 0.18 0.12 0.13 -
YUV 4.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 11 2 4 0 0.82 0.64 0.96 346.67 0.69 0.03
Hex B 2 4 0 52 40 60 15B 45 3
Octal 13 2 4 0 122 100 140 533 105 3
Binary 1011 10 100 0 1010010 1000000 1100000 101011011 1000101 11

Color Harmonies of #0B0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0204

Black with #0B0204

Text Example


Text Example

White with #0B0204

Text Example


Text Example

HTML Codes & Css Web 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>