Html Css Color HEX #180409 Rustic Red

📋 copy color: '#180409'

red 24 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #180409

Tints of Rustic Red #180409

RGB

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

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

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

R = 64.86%
G = 10.81%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180409 (or 0x180409) is known color: Rustic Red. HEX triplet: 18, 04 and 09. RGB value is (24,4,9). Sum of RGB (Red+Green+Blue) = 24+4+9=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180409 is #E7FBF6. Grayscale: #0A0A0A. Windows color (decimal): -15203319 or 590872. OLE color: 590872.

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

Color convert

RGB 24 4 9 -
CMYK 0 0.83 0.63 0.91
HSL 345º 0.71% 0.05% -
HSV(B) 345º 0.83% 0.09% -
XYZ 0.47 0.3 0.29 -
YUV 10.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 24 4 9 0 0.83 0.63 0.91 345 0.71 0.05
Hex 18 4 9 0 53 3F 5B 159 47 5
Octal 30 4 11 0 123 77 133 531 107 5
Binary 11000 100 1001 0 1010011 111111 1011011 101011001 1000111 101

Color Harmonies of #180409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180409

Black with #180409

Text Example


Text Example

White with #180409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180409; }

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

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

background-color css

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

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

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

border-color css

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

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

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