#24181B

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

Shades of Rustic Red #24181B

Tints of Rustic Red #24181B

Color information

#24181B (or 0x24181B) is unknown color: approx Rustic Red. HEX triplet: 24, 18 and 1B. RGB value is (36,24,27). Sum of RGB (Red+Green+Blue) = 36+24+27=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #24181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24181B is #DBE7E4. Grayscale: #1B1B1B. Windows color (decimal): -14411749 or 1775652. OLE color: 1775652.

HSL color Cylindrical-coordinate representation of color #24181B: hue angle of 345º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #24181B is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB362427-
CMYK00.330.250.86
HSL345º20%11.76%-
HSV(B)345º33.33%14.12%-
XYZ1.251.111.18-
YUV27.93127.48133.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36242700.330.250.863452011.76
Hex24181B021195615914c
Octal443033041311265312414
Binary10010011000110110100001110011010110101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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