#24070C

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

Shades of Rustic Red #24070C

Tints of Rustic Red #24070C

Color information

#24070C (or 0x24070C) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 0C. RGB value is (36,7,12). Sum of RGB (Red+Green+Blue) = 36+7+12=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070C is #DBF8F3. Grayscale: #101010. Windows color (decimal): -14416116 or 788260. OLE color: 788260.

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

Color convert

RGB36712-
CMYK00.810.670.86
HSL349.66º67.44%8.43%-
HSV(B)349.66º80.56%14.12%-
XYZ0.870.550.41-
YUV16.24125.61142.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=65.45%
G=12.73%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3671200.810.670.86349.6667.448.43
Hex247C051435615e438
Octal44714012110312653610310
Binary1001001111100010100011000011101011010101111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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