#24191A

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

Shades of Rustic Red #24191A

Tints of Rustic Red #24191A

Color information

#24191A (or 0x24191A) is unknown color: approx Rustic Red. HEX triplet: 24, 19 and 1A. RGB value is (36,25,26). Sum of RGB (Red+Green+Blue) = 36+25+26=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #24191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24191A is #DBE6E5. Grayscale: #1C1C1C. Windows color (decimal): -14411494 or 1710372. OLE color: 1710372.

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

Color convert

RGB362526-
CMYK00.310.280.86
HSL354.55º18.03%11.96%-
HSV(B)354.55º30.56%14.12%-
XYZ1.261.141.13-
YUV28.4126.64133.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=41.38%
G=28.74%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36252600.310.280.86354.5518.0311.96
Hex24191A01F1C5616312c
Octal443132037341265432214
Binary1001001100111010011111111001010110101100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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