#24070F

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

Shades of Rustic Red #24070F

Tints of Rustic Red #24070F

Color information

#24070F (or 0x24070F) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 0F. RGB value is (36,7,15). Sum of RGB (Red+Green+Blue) = 36+7+15=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #24070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070F is #DBF8F0. Grayscale: #101010. Windows color (decimal): -14416113 or 984868. OLE color: 984868.

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

Color convert

RGB36715-
CMYK00.810.580.86
HSL343.45º67.44%8.43%-
HSV(B)343.45º80.56%14.12%-
XYZ0.890.560.51-
YUV16.58127.11141.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=62.07%
G=12.07%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3671500.810.580.86343.4567.448.43
Hex247F0513A56157438
Octal4471701217212652710310
Binary100100111111101010001111010101011010101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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