#240206

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

Shades of Rustic Red #240206

Tints of Rustic Red #240206

Color information

#240206 (or 0x240206) is unknown color: approx Rustic Red. HEX triplet: 24, 02 and 06. RGB value is (36,2,6). Sum of RGB (Red+Green+Blue) = 36+2+6=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240206 is #DBFDF9. Grayscale: #0C0C0C. Windows color (decimal): -14417402 or 393764. OLE color: 393764.

HSL color Cylindrical-coordinate representation of color #240206: hue angle of 352.94º 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 #240206 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB3626-
CMYK00.940.830.86
HSL352.94º89.47%7.45%-
HSV(B)352.94º94.44%14.12%-
XYZ0.780.430.21-
YUV12.62124.26144.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=81.82%
G=4.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal362600.940.830.86352.9489.477.45
Hex242605E5356161597
Octal442601361231265411317
Binary1001001011001011110101001110101101011000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240206; }

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

 H1.HeaderClassName
 {
   color: #240206;
 }
 .AnyTagClassName
 {
   color: #240206;
 }
</style>
background-color css

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

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

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

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

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

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