Html Css Color HEX #240709 Rustic Red

📋 copy color: '#240709'

red 36 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #240709

Tints of Rustic Red #240709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.46%

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

R = 69.23%
G = 13.46%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#240709 (or 0x240709) is known color: Rustic Red. HEX triplet: 24, 07 and 09. RGB value is (36,7,9). Sum of RGB (Red+Green+Blue) = 36+7+9=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #240709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240709 is #DBF8F6. Grayscale: #0F0F0F. Windows color (decimal): -14416119 or 591652. OLE color: 591652.

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

Color convert

RGB 36 7 9 -
CMYK 0 0.81 0.75 0.86
HSL 355.86º 0.67% 0.08% -
HSV(B) 355.86º 0.81% 0.14% -
XYZ 0.85 0.55 0.32 -
YUV 15.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 36 7 9 0 0.81 0.75 0.86 355.86 0.67 0.08
Hex 24 7 9 0 51 4B 56 164 43 8
Octal 44 7 11 0 121 113 126 544 103 10
Binary 100100 111 1001 0 1010001 1001011 1010110 101100100 1000011 1000

Color Harmonies of #240709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240709

Black with #240709

Text Example


Text Example

White with #240709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240709; }

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

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

background-color css

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

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

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

border-color css

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

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

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