Html Css Color HEX #24020A Rustic Red

📋 copy color: '#24020A'

red 36 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #24020A

Tints of Rustic Red #24020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 75%
G = 4.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24020A (or 0x24020A) is known color: Rustic Red. HEX triplet: 24, 02 and 0A. RGB value is (36,2,10). Sum of RGB (Red+Green+Blue) = 36+2+10=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #24020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24020A is #DBFDF5. Grayscale: #0D0D0D. Windows color (decimal): -14417398 or 655908. OLE color: 655908.

HSL color Cylindrical-coordinate representation of color #24020A: hue angle of 345.88º 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 #24020A is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 2 10 -
CMYK 0 0.94 0.72 0.86
HSL 345.88º 0.89% 0.07% -
HSV(B) 345.88º 0.94% 0.14% -
XYZ 0.8 0.44 0.33 -
YUV 13.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 36 2 10 0 0.94 0.72 0.86 345.88 0.89 0.07
Hex 24 2 A 0 5E 48 56 15A 59 7
Octal 44 2 12 0 136 110 126 532 131 7
Binary 100100 10 1010 0 1011110 1001000 1010110 101011010 1011001 111

Color Harmonies of #24020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24020A

Black with #24020A

Text Example


Text Example

White with #24020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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