#24161A

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

Shades of Rustic Red #24161A

Tints of Rustic Red #24161A

Color information

#24161A (or 0x24161A) is unknown color: approx Rustic Red. HEX triplet: 24, 16 and 1A. RGB value is (36,22,26). Sum of RGB (Red+Green+Blue) = 36+22+26=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24161A is #DBE9E5. Grayscale: #1A1A1A. Windows color (decimal): -14412262 or 1709604. OLE color: 1709604.

HSL color Cylindrical-coordinate representation of color #24161A: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #24161A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB362226-
CMYK00.390.280.86
HSL342.86º24.14%11.37%-
HSV(B)342.86º38.89%14.12%-
XYZ1.21.021.11-
YUV26.64127.64134.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=42.86%
G=26.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36222600.390.280.86342.8624.1411.37
Hex24161A0271C5615718b
Octal442632047341265273013
Binary10010010110110100100111111001010110101010111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,22,26); }

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

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

 a { background-color: rgb(36,22,26); }

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

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

 span { border-color: rgb(36,22,26); }

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