Html Css Color HEX #240509 Rustic Red

📋 copy color: '#240509'

red 36 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #240509

Tints of Rustic Red #240509

RGB

 RED value IS 36 (14.45% from 255) = 72%

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

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

R = 72%
G = 10%
B = 18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#240509 (or 0x240509) is known color: Rustic Red. HEX triplet: 24, 05 and 09. RGB value is (36,5,9). Sum of RGB (Red+Green+Blue) = 36+5+9=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #240509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240509 is #DBFAF6. Grayscale: #0E0E0E. Windows color (decimal): -14416631 or 591140. OLE color: 591140.

HSL color Cylindrical-coordinate representation of color #240509: hue angle of 352.26º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240509 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 9 -
CMYK 0 0.86 0.75 0.86
HSL 352.26º 0.76% 0.08% -
HSV(B) 352.26º 0.86% 0.14% -
XYZ 0.83 0.5 0.31 -
YUV 14.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 36 5 9 0 0.86 0.75 0.86 352.26 0.76 0.08
Hex 24 5 9 0 56 4B 56 160 4C 8
Octal 44 5 11 0 126 113 126 540 114 10
Binary 100100 101 1001 0 1010110 1001011 1010110 101100000 1001100 1000

Color Harmonies of #240509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240509

Black with #240509

Text Example


Text Example

White with #240509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240509; }

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

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

background-color css

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

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

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

border-color css

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

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

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