#1B0609

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

Shades of Rustic Red #1B0609

Tints of Rustic Red #1B0609

Color information

#1B0609 (or 0x1B0609) is unknown color: approx Rustic Red. HEX triplet: 1B, 06 and 09. RGB value is (27,6,9). Sum of RGB (Red+Green+Blue) = 27+6+9=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0609 is #E4F9F6. Grayscale: #0C0C0C. Windows color (decimal): -15006199 or 591387. OLE color: 591387.

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

Color convert

RGB2769-
CMYK00.780.670.89
HSL351.43º63.64%6.47%-
HSV(B)351.43º77.78%10.59%-
XYZ0.570.380.3-
YUV12.62125.96138.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 64.29%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=64.29%
G=14.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal276900.780.670.89351.4363.646.47
Hex1B6904E435915f406
Octal3361101161031315371006
Binary11011110100101001110100001110110011010111111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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