Html Css Color HEX #180509 Rustic Red

📋 copy color: '#180509'

red 24 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #180509

Tints of Rustic Red #180509

RGB

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

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

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

R = 63.16%
G = 13.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180509 (or 0x180509) is known color: Rustic Red. HEX triplet: 18, 05 and 09. RGB value is (24,5,9). Sum of RGB (Red+Green+Blue) = 24+5+9=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180509 is #E7FAF6. Grayscale: #0B0B0B. Windows color (decimal): -15203063 or 591128. OLE color: 591128.

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

Color convert

RGB 24 5 9 -
CMYK 0 0.79 0.63 0.91
HSL 347.37º 0.66% 0.06% -
HSV(B) 347.37º 0.79% 0.09% -
XYZ 0.48 0.32 0.3 -
YUV 11.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 24 5 9 0 0.79 0.63 0.91 347.37 0.66 0.06
Hex 18 5 9 0 4F 3F 5B 15B 42 6
Octal 30 5 11 0 117 77 133 533 102 6
Binary 11000 101 1001 0 1001111 111111 1011011 101011011 1000010 110

Color Harmonies of #180509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180509

Black with #180509

Text Example


Text Example

White with #180509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180509; }

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

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

background-color css

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

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

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

border-color css

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

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

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