Html Css Color HEX #240511 Rustic Red

📋 copy color: '#240511'

red 36 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #240511

Tints of Rustic Red #240511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 62.07%
G = 8.62%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#240511 (or 0x240511) is known color: Rustic Red. HEX triplet: 24, 05 and 11. RGB value is (36,5,17). Sum of RGB (Red+Green+Blue) = 36+5+17=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240511 is #DBFAEE. Grayscale: #0F0F0F. Windows color (decimal): -14416623 or 1115428. OLE color: 1115428.

HSL color Cylindrical-coordinate representation of color #240511: hue angle of 336.77º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240511 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 17 -
CMYK 0 0.86 0.53 0.86
HSL 336.77º 0.76% 0.08% -
HSV(B) 336.77º 0.86% 0.14% -
XYZ 0.88 0.52 0.58 -
YUV 15.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 36 5 17 0 0.86 0.53 0.86 336.77 0.76 0.08
Hex 24 5 11 0 56 35 56 151 4C 8
Octal 44 5 21 0 126 65 126 521 114 10
Binary 100100 101 10001 0 1010110 110101 1010110 101010001 1001100 1000

Color Harmonies of #240511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240511

Black with #240511

Text Example


Text Example

White with #240511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240511; }

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

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

background-color css

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

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

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

border-color css

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

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

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