Html Css Color HEX #24181B Rustic Red

📋 copy color: '#24181B'

red 36 ◦ green 24 ◦ blue 27

#24181B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #24181B

Tints of Rustic Red #24181B

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 value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

#24181B (or 0x24181B) is known color: 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

RGB 36 24 27 -
CMYK 0 0.33 0.25 0.86
HSL 345º 0.2% 0.12% -
HSV(B) 345º 0.33% 0.14% -
XYZ 1.25 1.11 1.18 -
YUV 27.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 36 24 27 0 0.33 0.25 0.86 345 0.2 0.12
Hex 24 18 1B 0 21 19 56 159 14 C
Octal 44 30 33 0 41 31 126 531 24 14
Binary 100100 11000 11011 0 100001 11001 1010110 101011001 10100 1100

Color Harmonies of #24181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24181B

Black with #24181B

Text Example


Text Example

White with #24181B

Text Example


Text Example

HTML Codes & Css Web 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>