#240211

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

Shades of Rustic Red #240211

Tints of Rustic Red #240211

Color information

#240211 (or 0x240211) is unknown color: approx Rustic Red. HEX triplet: 24, 02 and 11. RGB value is (36,2,17). Sum of RGB (Red+Green+Blue) = 36+2+17=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240211 is #DBFDEE. Grayscale: #0D0D0D. Windows color (decimal): -14417391 or 1114660. OLE color: 1114660.

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

Color convert

RGB36217-
CMYK00.940.530.86
HSL333.53º89.47%7.45%-
HSV(B)333.53º94.44%14.12%-
XYZ0.850.460.57-
YUV13.88129.76143.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=65.45%
G=3.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3621700.940.530.86333.5389.477.45
Hex2421105E355614e597
Octal442210136651265161317
Binary10010010100010101111011010110101101010011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240211; }

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

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

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

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

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

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

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

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