Html Css Color HEX #24010A Rustic Red

📋 copy color: '#24010A'

red 36 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #24010A

Tints of Rustic Red #24010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.13%

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

R = 76.6%
G = 2.13%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24010A (or 0x24010A) is known color: Rustic Red. HEX triplet: 24, 01 and 0A. RGB value is (36,1,10). Sum of RGB (Red+Green+Blue) = 36+1+10=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #24010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010A is #DBFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14417654 or 655652. OLE color: 655652.

HSL color Cylindrical-coordinate representation of color #24010A: hue angle of 344.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24010A is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 1 10 -
CMYK 0 0.97 0.72 0.86
HSL 344.57º 0.95% 0.07% -
HSV(B) 344.57º 0.97% 0.14% -
XYZ 0.79 0.42 0.33 -
YUV 12.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 36 1 10 0 0.97 0.72 0.86 344.57 0.95 0.07
Hex 24 1 A 0 61 48 56 159 5F 7
Octal 44 1 12 0 141 110 126 531 137 7
Binary 100100 1 1010 0 1100001 1001000 1010110 101011001 1011111 111

Color Harmonies of #24010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24010A

Black with #24010A

Text Example


Text Example

White with #24010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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