#24080A

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

Shades of Rustic Red #24080A

Tints of Rustic Red #24080A

Color information

#24080A (or 0x24080A) is unknown color: approx Rustic Red. HEX triplet: 24, 08 and 0A. RGB value is (36,8,10). Sum of RGB (Red+Green+Blue) = 36+8+10=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24080A is #DBF7F5. Grayscale: #101010. Windows color (decimal): -14415862 or 657444. OLE color: 657444.

HSL color Cylindrical-coordinate representation of color #24080A: hue angle of 355.71º 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 #24080A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB36810-
CMYK00.780.720.86
HSL355.71º63.64%8.63%-
HSV(B)355.71º77.78%14.12%-
XYZ0.870.570.35-
YUV16.6124.28141.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=66.67%
G=14.81%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3681000.780.720.86355.7163.648.63
Hex248A04E4856164409
Octal441012011611012654410011
Binary10010010001010010011101001000101011010110010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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