Html Css Color HEX #24080A Rustic Red

📋 copy color: '#24080A'

red 36 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #24080A

Tints of Rustic Red #24080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.81%

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

R = 66.67%
G = 14.81%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24080A (or 0x24080A) is known color: Rustic Red. HEX triplet: 24, 08 and 0A. RGB value is (36,8,10). Sum of RGB (Red+Green+Blue) = 36+8+10=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24080A is #DBF7F5. Grayscale: #101010. Windows color (decimal): -14415862 or 657444. OLE color: 657444.

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

Color convert

RGB 36 8 10 -
CMYK 0 0.78 0.72 0.86
HSL 355.71º 0.64% 0.09% -
HSV(B) 355.71º 0.78% 0.14% -
XYZ 0.87 0.57 0.35 -
YUV 16.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 36 8 10 0 0.78 0.72 0.86 355.71 0.64 0.09
Hex 24 8 A 0 4E 48 56 164 40 9
Octal 44 10 12 0 116 110 126 544 100 11
Binary 100100 1000 1010 0 1001110 1001000 1010110 101100100 1000000 1001

Color Harmonies of #24080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24080A

Black with #24080A

Text Example


Text Example

White with #24080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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