#24030A

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

Shades of Rustic Red #24030A

Tints of Rustic Red #24030A

Color information

#24030A (or 0x24030A) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 0A. RGB value is (36,3,10). Sum of RGB (Red+Green+Blue) = 36+3+10=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #24030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030A is #DBFCF5. Grayscale: #0D0D0D. Windows color (decimal): -14417142 or 656164. OLE color: 656164.

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

Color convert

RGB36310-
CMYK00.920.720.86
HSL347.27º84.62%7.65%-
HSV(B)347.27º91.67%14.12%-
XYZ0.810.460.33-
YUV13.66125.93143.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 73.47%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=73.47%
G=6.12%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631000.920.720.86347.2784.627.65
Hex243A05C485615b558
Octal44312013411012653312510
Binary100100111010010111001001000101011010101101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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