Html Css Color HEX #24040B Rustic Red

📋 copy color: '#24040B'

red 36 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #24040B

Tints of Rustic Red #24040B

RGB

 RED value IS 36 (14.45% from 255) = 70.59%

 GREEN value IS 4 (1.95% from 255) = 7.84%

 BLUE value IS 11 (4.69% from 255) = 21.57%

R = 70.59%
G = 7.84%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#24040B (or 0x24040B) is known color: Rustic Red. HEX triplet: 24, 04 and 0B. RGB value is (36,4,11). Sum of RGB (Red+Green+Blue) = 36+4+11=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #24040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040B is #DBFBF4. Grayscale: #0E0E0E. Windows color (decimal): -14416885 or 721956. OLE color: 721956.

HSL color Cylindrical-coordinate representation of color #24040B: hue angle of 346.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24040B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 4 11 -
CMYK 0 0.89 0.69 0.86
HSL 346.88º 0.8% 0.08% -
HSV(B) 346.88º 0.89% 0.14% -
XYZ 0.83 0.49 0.37 -
YUV 14.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 36 4 11 0 0.89 0.69 0.86 346.88 0.8 0.08
Hex 24 4 B 0 59 45 56 15B 50 8
Octal 44 4 13 0 131 105 126 533 120 10
Binary 100100 100 1011 0 1011001 1000101 1010110 101011011 1010000 1000

Color Harmonies of #24040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24040B

Black with #24040B

Text Example


Text Example

White with #24040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,4,11); }

 H1.HeaderClassName
 {
   color: #24040B;
 }
 .AnyTagClassName
 {
   color: #24040B;
 }
</style>

background-color css

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

 a { background-color: rgb(36,4,11); }

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

border-color css

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

 span { border-color: rgb(36,4,11); }

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