#24010F

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

Shades of Rustic Red #24010F

Tints of Rustic Red #24010F

Color information

#24010F (or 0x24010F) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 0F. RGB value is (36,1,15). Sum of RGB (Red+Green+Blue) = 36+1+15=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #24010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010F is #DBFEF0. Grayscale: #0D0D0D. Windows color (decimal): -14417649 or 983332. OLE color: 983332.

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

Color convert

RGB36115-
CMYK00.970.580.86
HSL336º94.59%7.25%-
HSV(B)336º97.22%14.12%-
XYZ0.820.430.49-
YUV13.06129.1144.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 69.23%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=69.23%
G=1.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611500.970.580.8633694.597.25
Hex241F0613A561505f7
Octal441170141721265201377
Binary100100111110110000111101010101101010100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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