#24191B

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

Shades of Rustic Red #24191B

Tints of Rustic Red #24191B

Color information

#24191B (or 0x24191B) is unknown color: approx Rustic Red. HEX triplet: 24, 19 and 1B. RGB value is (36,25,27). Sum of RGB (Red+Green+Blue) = 36+25+27=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #24191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24191B is #DBE6E4. Grayscale: #1C1C1C. Windows color (decimal): -14411493 or 1775908. OLE color: 1775908.

HSL color Cylindrical-coordinate representation of color #24191B: hue angle of 349.09º 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 #24191B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB362527-
CMYK00.310.250.86
HSL349.09º18.03%11.96%-
HSV(B)349.09º30.56%14.12%-
XYZ1.271.151.19-
YUV28.52127.14133.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=40.91%
G=28.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36252700.310.250.86349.0918.0311.96
Hex24191B01F195615d12c
Octal443133037311265352214
Binary1001001100111011011111110011010110101011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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