Html Css Color HEX #240412 Rustic Red

📋 copy color: '#240412'

red 36 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #240412

Tints of Rustic Red #240412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 31.03%

R = 62.07%
G = 6.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#240412 (or 0x240412) is known color: Rustic Red. HEX triplet: 24, 04 and 12. RGB value is (36,4,18). Sum of RGB (Red+Green+Blue) = 36+4+18=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240412 is #DBFBED. Grayscale: #0F0F0F. Windows color (decimal): -14416878 or 1180708. OLE color: 1180708.

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

Color convert

RGB 36 4 18 -
CMYK 0 0.89 0.5 0.86
HSL 333.75º 0.8% 0.08% -
HSV(B) 333.75º 0.89% 0.14% -
XYZ 0.88 0.51 0.62 -
YUV 15.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 36 4 18 0 0.89 0.5 0.86 333.75 0.8 0.08
Hex 24 4 12 0 59 32 56 14E 50 8
Octal 44 4 22 0 131 62 126 516 120 10
Binary 100100 100 10010 0 1011001 110010 1010110 101001110 1010000 1000

Color Harmonies of #240412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240412

Black with #240412

Text Example


Text Example

White with #240412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240412; }

 p { color: rgb(36,4,18); }

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

background-color css

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

 a { background-color: rgb(36,4,18); }

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

border-color css

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

 span { border-color: rgb(36,4,18); }

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