#24000F

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

Shades of Rustic Red #24000F

Tints of Rustic Red #24000F

Color information

#24000F (or 0x24000F) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 0F. RGB value is (36,0,15). Sum of RGB (Red+Green+Blue) = 36+0+15=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #24000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24000F is #DBFFF0. Grayscale: #0C0C0C. Windows color (decimal): -14417905 or 983076. OLE color: 983076.

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

Color convert

RGB36015-
CMYK010.580.86
HSL335º100%7.06%-
HSV(B)335º100%14.12%-
XYZ0.810.410.49-
YUV12.47129.43144.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 70.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=70.59%
G=0%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36015010.580.863351007.06
Hex240F0643A5614f647
Octal440170144721265171447
Binary100100011110110010011101010101101010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24000F; }

 p { color: rgb(36,0,15); }

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

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

 a { background-color: rgb(36,0,15); }

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

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

 span { border-color: rgb(36,0,15); }

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