#24080F

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

Shades of Rustic Red #24080F

Tints of Rustic Red #24080F

Color information

#24080F (or 0x24080F) is unknown color: approx Rustic Red. HEX triplet: 24, 08 and 0F. RGB value is (36,8,15). Sum of RGB (Red+Green+Blue) = 36+8+15=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #24080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24080F is #DBF7F0. Grayscale: #111111. Windows color (decimal): -14415857 or 985124. OLE color: 985124.

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

Color convert

RGB36815-
CMYK00.780.580.86
HSL345º63.64%8.63%-
HSV(B)345º77.78%14.12%-
XYZ0.90.580.52-
YUV17.17126.78141.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=61.02%
G=13.56%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3681500.780.580.8634563.648.63
Hex248F04E3A56159409
Octal44101701167212653110011
Binary1001001000111101001110111010101011010101100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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