Html Css Color HEX #1B0406 Rustic Red

📋 copy color: '#1B0406'

red 27 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #1B0406

Tints of Rustic Red #1B0406

RGB

 RED value IS 27 (10.94% from 255) = 72.97%

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

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

R = 72.97%
G = 10.81%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#1B0406 (or 0x1B0406) is known color: Rustic Red. HEX triplet: 1B, 04 and 06. RGB value is (27,4,6). Sum of RGB (Red+Green+Blue) = 27+4+6=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0406 is #E4FBF9. Grayscale: #0B0B0B. Windows color (decimal): -15006714 or 394267. OLE color: 394267.

HSL color Cylindrical-coordinate representation of color #1B0406: hue angle of 354.78º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0406 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 4 6 -
CMYK 0 0.85 0.78 0.89
HSL 354.78º 0.74% 0.06% -
HSV(B) 354.78º 0.85% 0.11% -
XYZ 0.53 0.33 0.21 -
YUV 11.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 27 4 6 0 0.85 0.78 0.89 354.78 0.74 0.06
Hex 1B 4 6 0 55 4E 59 163 4A 6
Octal 33 4 6 0 125 116 131 543 112 6
Binary 11011 100 110 0 1010101 1001110 1011001 101100011 1001010 110

Color Harmonies of #1B0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0406

Black with #1B0406

Text Example


Text Example

White with #1B0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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