Html Css Color HEX #240212 Rustic Red

📋 copy color: '#240212'

red 36 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #240212

Tints of Rustic Red #240212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.57%

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

R = 64.29%
G = 3.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#240212 (or 0x240212) is known color: Rustic Red. HEX triplet: 24, 02 and 12. RGB value is (36,2,18). Sum of RGB (Red+Green+Blue) = 36+2+18=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240212 is #DBFDED. Grayscale: #0D0D0D. Windows color (decimal): -14417390 or 1180196. OLE color: 1180196.

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

Color convert

RGB 36 2 18 -
CMYK 0 0.94 0.5 0.86
HSL 331.76º 0.89% 0.07% -
HSV(B) 331.76º 0.94% 0.14% -
XYZ 0.86 0.46 0.62 -
YUV 13.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 36 2 18 0 0.94 0.5 0.86 331.76 0.89 0.07
Hex 24 2 12 0 5E 32 56 14C 59 7
Octal 44 2 22 0 136 62 126 514 131 7
Binary 100100 10 10010 0 1011110 110010 1010110 101001100 1011001 111

Color Harmonies of #240212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240212

Black with #240212

Text Example


Text Example

White with #240212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240212; }

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

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

background-color css

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

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

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

border-color css

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

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

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