Html Css Color HEX #240813 Rustic Red

📋 copy color: '#240813'

red 36 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #240813

Tints of Rustic Red #240813

RGB

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

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

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

R = 57.14%
G = 12.7%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#240813 (or 0x240813) is known color: Rustic Red. HEX triplet: 24, 08 and 13. RGB value is (36,8,19). Sum of RGB (Red+Green+Blue) = 36+8+19=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240813 is #DBF7EC. Grayscale: #111111. Windows color (decimal): -14415853 or 1247268. OLE color: 1247268.

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

Color convert

RGB 36 8 19 -
CMYK 0 0.78 0.47 0.86
HSL 336.43º 0.64% 0.09% -
HSV(B) 336.43º 0.78% 0.14% -
XYZ 0.93 0.6 0.68 -
YUV 17.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 36 8 19 0 0.78 0.47 0.86 336.43 0.64 0.09
Hex 24 8 13 0 4E 2F 56 150 40 9
Octal 44 10 23 0 116 57 126 520 100 11
Binary 100100 1000 10011 0 1001110 101111 1010110 101010000 1000000 1001

Color Harmonies of #240813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240813

Black with #240813

Text Example


Text Example

White with #240813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240813; }

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

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

background-color css

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

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

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

border-color css

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

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

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