Html Css Color HEX #24191B Rustic Red

📋 copy color: '#24191B'

red 36 ◦ green 25 ◦ blue 27

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

Shades of Rustic Red #24191B

Tints of Rustic Red #24191B

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

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 36 25 27 -
CMYK 0 0.31 0.25 0.86
HSL 349.09º 0.18% 0.12% -
HSV(B) 349.09º 0.31% 0.14% -
XYZ 1.27 1.15 1.19 -
YUV 28.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 36 25 27 0 0.31 0.25 0.86 349.09 0.18 0.12
Hex 24 19 1B 0 1F 19 56 15D 12 C
Octal 44 31 33 0 37 31 126 535 22 14
Binary 100100 11001 11011 0 11111 11001 1010110 101011101 10010 1100

Color Harmonies of #24191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24191B

Black with #24191B

Text Example


Text Example

White with #24191B

Text Example


Text Example

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