#24070E

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

Shades of Rustic Red #24070E

Tints of Rustic Red #24070E

Color information

#24070E (or 0x24070E) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 0E. RGB value is (36,7,14). Sum of RGB (Red+Green+Blue) = 36+7+14=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #24070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070E is #DBF8F1. Grayscale: #101010. Windows color (decimal): -14416114 or 919332. OLE color: 919332.

HSL color Cylindrical-coordinate representation of color #24070E: hue angle of 345.52º 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 #24070E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB36714-
CMYK00.810.610.86
HSL345.52º67.44%8.43%-
HSV(B)345.52º80.56%14.12%-
XYZ0.880.560.48-
YUV16.47126.61141.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=63.16%
G=12.28%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3671400.810.610.86345.5267.448.43
Hex247E0513D5615a438
Octal4471601217512653210310
Binary100100111111001010001111101101011010101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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