#24050D

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

Shades of Rustic Red #24050D

Tints of Rustic Red #24050D

Color information

#24050D (or 0x24050D) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 0D. RGB value is (36,5,13). Sum of RGB (Red+Green+Blue) = 36+5+13=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050D is #DBFAF2. Grayscale: #0F0F0F. Windows color (decimal): -14416627 or 853284. OLE color: 853284.

HSL color Cylindrical-coordinate representation of color #24050D: hue angle of 344.52º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24050D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB36513-
CMYK00.860.640.86
HSL344.52º75.61%8.04%-
HSV(B)344.52º86.11%14.12%-
XYZ0.850.510.43-
YUV15.18126.77142.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=66.67%
G=9.26%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3651300.860.640.86344.5275.618.04
Hex245D05640561594c8
Octal44515012610012653111410
Binary1001001011101010101101000000101011010101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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