#24060F

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

Shades of Rustic Red #24060F

Tints of Rustic Red #24060F

Color information

#24060F (or 0x24060F) is unknown color: approx Rustic Red. HEX triplet: 24, 06 and 0F. RGB value is (36,6,15). Sum of RGB (Red+Green+Blue) = 36+6+15=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #24060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060F is #DBF9F0. Grayscale: #0F0F0F. Windows color (decimal): -14416369 or 984612. OLE color: 984612.

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

Color convert

RGB36615-
CMYK00.830.580.86
HSL342º71.43%8.24%-
HSV(B)342º83.33%14.12%-
XYZ0.880.540.51-
YUV16127.44142.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=63.16%
G=10.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3661500.830.580.8634271.438.24
Hex246F0533A56156478
Octal4461701237212652610710
Binary100100110111101010011111010101011010101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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