Html Css Color HEX #240713 Rustic Red

📋 copy color: '#240713'

red 36 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #240713

Tints of Rustic Red #240713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 58.06%
G = 11.29%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#240713 (or 0x240713) is known color: Rustic Red. HEX triplet: 24, 07 and 13. RGB value is (36,7,19). Sum of RGB (Red+Green+Blue) = 36+7+19=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240713 is #DBF8EC. Grayscale: #111111. Windows color (decimal): -14416109 or 1247012. OLE color: 1247012.

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

Color convert

RGB 36 7 19 -
CMYK 0 0.81 0.47 0.86
HSL 335.17º 0.67% 0.08% -
HSV(B) 335.17º 0.81% 0.14% -
XYZ 0.92 0.57 0.68 -
YUV 17.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 36 7 19 0 0.81 0.47 0.86 335.17 0.67 0.08
Hex 24 7 13 0 51 2F 56 14F 43 8
Octal 44 7 23 0 121 57 126 517 103 10
Binary 100100 111 10011 0 1010001 101111 1010110 101001111 1000011 1000

Color Harmonies of #240713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240713

Black with #240713

Text Example


Text Example

White with #240713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240713; }

 p { color: rgb(36,7,19); }

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

background-color css

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

 a { background-color: rgb(36,7,19); }

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

border-color css

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

 span { border-color: rgb(36,7,19); }

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