Html Css Color HEX #240614 Rustic Red

📋 copy color: '#240614'

red 36 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #240614

Tints of Rustic Red #240614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 58.06%
G = 9.68%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#240614 (or 0x240614) is known color: Rustic Red. HEX triplet: 24, 06 and 14. RGB value is (36,6,20). Sum of RGB (Red+Green+Blue) = 36+6+20=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240614 is #DBF9EB. Grayscale: #101010. Windows color (decimal): -14416364 or 1312292. OLE color: 1312292.

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

Color convert

RGB 36 6 20 -
CMYK 0 0.83 0.44 0.86
HSL 332º 0.71% 0.08% -
HSV(B) 332º 0.83% 0.14% -
XYZ 0.92 0.56 0.72 -
YUV 16.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 36 6 20 0 0.83 0.44 0.86 332 0.71 0.08
Hex 24 6 14 0 53 2C 56 14C 47 8
Octal 44 6 24 0 123 54 126 514 107 10
Binary 100100 110 10100 0 1010011 101100 1010110 101001100 1000111 1000

Color Harmonies of #240614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240614

Black with #240614

Text Example


Text Example

White with #240614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240614; }

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

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

background-color css

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

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

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

border-color css

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

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

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