Html Css Color HEX #240109 Rustic Red

📋 copy color: '#240109'

red 36 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #240109

Tints of Rustic Red #240109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

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

R = 78.26%
G = 2.17%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#240109 (or 0x240109) is known color: Rustic Red. HEX triplet: 24, 01 and 09. RGB value is (36,1,9). Sum of RGB (Red+Green+Blue) = 36+1+9=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240109 is #DBFEF6. Grayscale: #0C0C0C. Windows color (decimal): -14417655 or 590116. OLE color: 590116.

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

Color convert

RGB 36 1 9 -
CMYK 0 0.97 0.75 0.86
HSL 346.29º 0.95% 0.07% -
HSV(B) 346.29º 0.97% 0.14% -
XYZ 0.79 0.42 0.3 -
YUV 12.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 36 1 9 0 0.97 0.75 0.86 346.29 0.95 0.07
Hex 24 1 9 0 61 4B 56 15A 5F 7
Octal 44 1 11 0 141 113 126 532 137 7
Binary 100100 1 1001 0 1100001 1001011 1010110 101011010 1011111 111

Color Harmonies of #240109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240109

Black with #240109

Text Example


Text Example

White with #240109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240109; }

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

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

background-color css

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

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

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

border-color css

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

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

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