Html Css Color HEX #0B0004 Rustic Red

📋 copy color: '#0B0004'

red 11 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #0B0004

Tints of Rustic Red #0B0004

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

 M value IS 1

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

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

RGB 11 0 4 -
CMYK 0 1 0.64 0.96
HSL 338.18º 1% 0.02% -
HSV(B) 338.18º 1% 0.04% -
XYZ 0.16 0.08 0.12 -
YUV 3.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 11 0 4 0 1 0.64 0.96 338.18 1 0.02
Hex B 0 4 0 64 40 60 152 64 2
Octal 13 0 4 0 144 100 140 522 144 2
Binary 1011 0 100 0 1100100 1000000 1100000 101010010 1100100 10

Color Harmonies of #0B0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0004

Black with #0B0004

Text Example


Text Example

White with #0B0004

Text Example


Text Example

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