#1B0309

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

Shades of Rustic Red #1B0309

Tints of Rustic Red #1B0309

Color information

#1B0309 (or 0x1B0309) is unknown color: approx Rustic Red. HEX triplet: 1B, 03 and 09. RGB value is (27,3,9). Sum of RGB (Red+Green+Blue) = 27+3+9=39 (5% of max value = 765). Red value is 27 (10.94% from 255 or 69.23% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0309 is #E4FCF6. Grayscale: #0A0A0A. Windows color (decimal): -15006967 or 590619. OLE color: 590619.

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

Color convert

RGB2739-
CMYK00.890.670.89
HSL345º80%5.88%-
HSV(B)345º88.89%10.59%-
XYZ0.530.320.29-
YUV10.86126.95139.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal273900.890.670.89345805.88
Hex1B390594359159506
Octal3331101311031315311206
Binary1101111100101011001100001110110011010110011010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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