#24060D

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

Shades of Rustic Red #24060D

Tints of Rustic Red #24060D

Color information

#24060D (or 0x24060D) is unknown color: approx Rustic Red. HEX triplet: 24, 06 and 0D. RGB value is (36,6,13). Sum of RGB (Red+Green+Blue) = 36+6+13=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24060D is #DBF9F2. Grayscale: #0F0F0F. Windows color (decimal): -14416371 or 853540. OLE color: 853540.

HSL color Cylindrical-coordinate representation of color #24060D: hue angle of 346º 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 #24060D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB36613-
CMYK00.830.640.86
HSL346º71.43%8.24%-
HSV(B)346º83.33%14.12%-
XYZ0.870.530.44-
YUV15.77126.44142.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=65.45%
G=10.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3661300.830.640.8634671.438.24
Hex246D053405615a478
Octal44615012310012653210710
Binary1001001101101010100111000000101011010101101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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