Html Css Color HEX #24020B Rustic Red

📋 copy color: '#24020B'

red 36 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #24020B

Tints of Rustic Red #24020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.08%

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

R = 73.47%
G = 4.08%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#24020B (or 0x24020B) is known color: Rustic Red. HEX triplet: 24, 02 and 0B. RGB value is (36,2,11). Sum of RGB (Red+Green+Blue) = 36+2+11=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #24020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24020B is #DBFDF4. Grayscale: #0D0D0D. Windows color (decimal): -14417397 or 721444. OLE color: 721444.

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

Color convert

RGB 36 2 11 -
CMYK 0 0.94 0.69 0.86
HSL 344.12º 0.89% 0.07% -
HSV(B) 344.12º 0.94% 0.14% -
XYZ 0.81 0.44 0.36 -
YUV 13.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 36 2 11 0 0.94 0.69 0.86 344.12 0.89 0.07
Hex 24 2 B 0 5E 45 56 158 59 7
Octal 44 2 13 0 136 105 126 530 131 7
Binary 100100 10 1011 0 1011110 1000101 1010110 101011000 1011001 111

Color Harmonies of #24020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24020B

Black with #24020B

Text Example


Text Example

White with #24020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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