Html Css Color HEX #0B0406 Rustic Red

📋 copy color: '#0B0406'

red 11 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #0B0406

Tints of Rustic Red #0B0406

RGB

 RED value IS 11 (4.69% from 255) = 52.38%

 GREEN value IS 4 (1.95% from 255) = 19.05%

 BLUE value IS 6 (2.73% from 255) = 28.57%

R = 52.38%
G = 19.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.96

RGB Variations

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

Color information

#0B0406 (or 0x0B0406) is known color: Rustic Red. HEX triplet: 0B, 04 and 06. RGB value is (11,4,6). Sum of RGB (Red+Green+Blue) = 11+4+6=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0406 is #F4FBF9. Grayscale: #060606. Windows color (decimal): -16055290 or 394251. OLE color: 394251.

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

Color convert

RGB 11 4 6 -
CMYK 0 0.64 0.45 0.96
HSL 342.86º 0.47% 0.03% -
HSV(B) 342.86º 0.64% 0.04% -
XYZ 0.21 0.17 0.19 -
YUV 6.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 11 4 6 0 0.64 0.45 0.96 342.86 0.47 0.03
Hex B 4 6 0 40 2D 60 157 2F 3
Octal 13 4 6 0 100 55 140 527 57 3
Binary 1011 100 110 0 1000000 101101 1100000 101010111 101111 11

Color Harmonies of #0B0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0406

Black with #0B0406

Text Example


Text Example

White with #0B0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0406;
 }
 .AnyTagClassName
 {
   color: #0B0406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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