#24020B

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

Shades of Rustic Red #24020B

Tints of Rustic Red #24020B

Color information

#24020B (or 0x24020B) is unknown color: approx Rustic Red. HEX triplet: 24, 02 and 0B. RGB value is (36,2,11). Sum of RGB (Red+Green+Blue) = 36+2+11=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #24020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24020B is #DBFDF4. Grayscale: #0D0D0D. Windows color (decimal): -14417397 or 721444. OLE color: 721444.

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

Color convert

RGB36211-
CMYK00.940.690.86
HSL344.12º89.47%7.45%-
HSV(B)344.12º94.44%14.12%-
XYZ0.810.440.36-
YUV13.19126.76144.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 73.47%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=73.47%
G=4.08%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3621100.940.690.86344.1289.477.45
Hex242B05E4556158597
Octal4421301361051265301317
Binary10010010101101011110100010110101101010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24020B; }

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

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

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

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

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

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

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

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