Html Css Color HEX #240812 Rustic Red

📋 copy color: '#240812'

red 36 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #240812

Tints of Rustic Red #240812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 58.06%
G = 12.9%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#240812 (or 0x240812) is known color: Rustic Red. HEX triplet: 24, 08 and 12. RGB value is (36,8,18). Sum of RGB (Red+Green+Blue) = 36+8+18=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240812 is #DBF7ED. Grayscale: #111111. Windows color (decimal): -14415854 or 1181732. OLE color: 1181732.

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

Color convert

RGB 36 8 18 -
CMYK 0 0.78 0.5 0.86
HSL 338.57º 0.64% 0.09% -
HSV(B) 338.57º 0.78% 0.14% -
XYZ 0.92 0.59 0.64 -
YUV 17.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 36 8 18 0 0.78 0.5 0.86 338.57 0.64 0.09
Hex 24 8 12 0 4E 32 56 153 40 9
Octal 44 10 22 0 116 62 126 523 100 11
Binary 100100 1000 10010 0 1001110 110010 1010110 101010011 1000000 1001

Color Harmonies of #240812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240812

Black with #240812

Text Example


Text Example

White with #240812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240812; }

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

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

background-color css

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

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

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

border-color css

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

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

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