Html Css Color HEX #180009 Rustic Red

📋 copy color: '#180009'

red 24 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #180009

Tints of Rustic Red #180009

RGB

 RED value IS 24 (9.77% from 255) = 72.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180009 (or 0x180009) is known color: Rustic Red. HEX triplet: 18, 00 and 09. RGB value is (24,0,9). Sum of RGB (Red+Green+Blue) = 24+0+9=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180009 is #E7FFF6. Grayscale: #080808. Windows color (decimal): -15204343 or 589848. OLE color: 589848.

HSL color Cylindrical-coordinate representation of color #180009: hue angle of 337.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180009 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 0 9 -
CMYK 0 1 0.63 0.91
HSL 337.5º 1% 0.05% -
HSV(B) 337.5º 1% 0.09% -
XYZ 0.43 0.21 0.28 -
YUV 8.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 24 0 9 0 1 0.63 0.91 337.5 1 0.05
Hex 18 0 9 0 64 3F 5B 152 64 5
Octal 30 0 11 0 144 77 133 522 144 5
Binary 11000 0 1001 0 1100100 111111 1011011 101010010 1100100 101

Color Harmonies of #180009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180009

Black with #180009

Text Example


Text Example

White with #180009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180009; }

 p { color: rgb(24,0,9); }

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

background-color css

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

 a { background-color: rgb(24,0,9); }

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

border-color css

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

 span { border-color: rgb(24,0,9); }

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