Html Css Color HEX #240411 Rustic Red

📋 copy color: '#240411'

red 36 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #240411

Tints of Rustic Red #240411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 63.16%
G = 7.02%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#240411 (or 0x240411) is known color: Rustic Red. HEX triplet: 24, 04 and 11. RGB value is (36,4,17). Sum of RGB (Red+Green+Blue) = 36+4+17=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240411 is #DBFBEE. Grayscale: #0F0F0F. Windows color (decimal): -14416879 or 1115172. OLE color: 1115172.

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

Color convert

RGB 36 4 17 -
CMYK 0 0.89 0.53 0.86
HSL 335.63º 0.8% 0.08% -
HSV(B) 335.63º 0.89% 0.14% -
XYZ 0.87 0.5 0.58 -
YUV 15.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 36 4 17 0 0.89 0.53 0.86 335.63 0.8 0.08
Hex 24 4 11 0 59 35 56 150 50 8
Octal 44 4 21 0 131 65 126 520 120 10
Binary 100100 100 10001 0 1011001 110101 1010110 101010000 1010000 1000

Color Harmonies of #240411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240411

Black with #240411

Text Example


Text Example

White with #240411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240411; }

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

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

background-color css

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

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

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

border-color css

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

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

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