Html Css Color HEX #1B0509 Rustic Red

📋 copy color: '#1B0509'

red 27 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #1B0509

Tints of Rustic Red #1B0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.2%

 BLUE value IS 9 (3.91% from 255) = 21.95%

R = 65.85%
G = 12.2%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#1B0509 (or 0x1B0509) is known color: Rustic Red. HEX triplet: 1B, 05 and 09. RGB value is (27,5,9). Sum of RGB (Red+Green+Blue) = 27+5+9=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0509 is #E4FAF6. Grayscale: #0C0C0C. Windows color (decimal): -15006455 or 591131. OLE color: 591131.

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

Color convert

RGB 27 5 9 -
CMYK 0 0.81 0.67 0.89
HSL 349.09º 0.69% 0.06% -
HSV(B) 349.09º 0.81% 0.11% -
XYZ 0.56 0.36 0.3 -
YUV 12.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 27 5 9 0 0.81 0.67 0.89 349.09 0.69 0.06
Hex 1B 5 9 0 51 43 59 15D 45 6
Octal 33 5 11 0 121 103 131 535 105 6
Binary 11011 101 1001 0 1010001 1000011 1011001 101011101 1000101 110

Color Harmonies of #1B0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0509

Black with #1B0509

Text Example


Text Example

White with #1B0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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