Html Css Color HEX #240410 Rustic Red

📋 copy color: '#240410'

red 36 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #240410

Tints of Rustic Red #240410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 28.57%

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#240410 (or 0x240410) is known color: Rustic Red. HEX triplet: 24, 04 and 10. RGB value is (36,4,16). Sum of RGB (Red+Green+Blue) = 36+4+16=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240410 is #DBFBEF. Grayscale: #0E0E0E. Windows color (decimal): -14416880 or 1049636. OLE color: 1049636.

HSL color Cylindrical-coordinate representation of color #240410: hue angle of 337.5º 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 #240410 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 4 16 -
CMYK 0 0.89 0.56 0.86
HSL 337.5º 0.8% 0.08% -
HSV(B) 337.5º 0.89% 0.14% -
XYZ 0.86 0.5 0.54 -
YUV 14.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 36 4 16 0 0.89 0.56 0.86 337.5 0.8 0.08
Hex 24 4 10 0 59 38 56 152 50 8
Octal 44 4 20 0 131 70 126 522 120 10
Binary 100100 100 10000 0 1011001 111000 1010110 101010010 1010000 1000

Color Harmonies of #240410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240410

Black with #240410

Text Example


Text Example

White with #240410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240410; }

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

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

background-color css

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

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

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

border-color css

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

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

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