#240212

Color #240212 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #240212

Tints of Rustic Red #240212

Color information

#240212 (or 0x240212) is unknown color: approx 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

RGB36218-
CMYK00.940.50.86
HSL331.76º89.47%7.45%-
HSV(B)331.76º94.44%14.12%-
XYZ0.860.460.62-
YUV13.99130.26143.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3621800.940.50.86331.7689.477.45
Hex2421205E325614c597
Octal442220136621265141317
Binary10010010100100101111011001010101101010011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>