#24030D

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

Shades of Rustic Red #24030D

Tints of Rustic Red #24030D

Color information

#24030D (or 0x24030D) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 0D. RGB value is (36,3,13). Sum of RGB (Red+Green+Blue) = 36+3+13=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #24030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030D is #DBFCF2. Grayscale: #0D0D0D. Windows color (decimal): -14417139 or 852772. OLE color: 852772.

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

Color convert

RGB36313-
CMYK00.920.640.86
HSL341.82º84.62%7.65%-
HSV(B)341.82º91.67%14.12%-
XYZ0.830.470.43-
YUV14.01127.43143.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 13 (5.47% from 255) = 25%
R=69.23%
G=5.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631300.920.640.86341.8284.627.65
Hex243D05C4056156558
Octal44315013410012652612510
Binary100100111101010111001000000101011010101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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