Html Css Color HEX #240814 Rustic Red

📋 copy color: '#240814'

red 36 ◦ green 8 ◦ blue 20

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

Shades of Rustic Red #240814

Tints of Rustic Red #240814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 31.25%

R = 56.25%
G = 12.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#240814 (or 0x240814) is known color: Rustic Red. HEX triplet: 24, 08 and 14. RGB value is (36,8,20). Sum of RGB (Red+Green+Blue) = 36+8+20=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240814 is #DBF7EB. Grayscale: #111111. Windows color (decimal): -14415852 or 1312804. OLE color: 1312804.

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

Color convert

RGB 36 8 20 -
CMYK 0 0.78 0.44 0.86
HSL 334.29º 0.64% 0.09% -
HSV(B) 334.29º 0.78% 0.14% -
XYZ 0.94 0.6 0.73 -
YUV 17.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 36 8 20 0 0.78 0.44 0.86 334.29 0.64 0.09
Hex 24 8 14 0 4E 2C 56 14E 40 9
Octal 44 10 24 0 116 54 126 516 100 11
Binary 100100 1000 10100 0 1001110 101100 1010110 101001110 1000000 1001

Color Harmonies of #240814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240814

Black with #240814

Text Example


Text Example

White with #240814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240814; }

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

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

background-color css

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

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

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

border-color css

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

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

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