Html Css Color HEX #521112 Burnt Crimson

📋 copy color: '#521112'

red 82 ◦ green 17 ◦ blue 18

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

Shades of Burnt Crimson #521112

Tints of Burnt Crimson #521112

RGB

 RED value IS 82 (32.42% from 255) = 70.09%

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 70.09%
G = 14.53%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521112 (or 0x521112) is known color: Burnt Crimson. HEX triplet: 52, 11 and 12. RGB value is (82,17,18). Sum of RGB (Red+Green+Blue) = 82+17+18=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #521112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521112 is #ADEEED. Grayscale: #242424. Windows color (decimal): -11398894 or 1184082. OLE color: 1184082.

HSL color Cylindrical-coordinate representation of color #521112: hue angle of 359.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521112 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 18 -
CMYK 0 0.79 0.78 0.68
HSL 359.08º 0.66% 0.19% -
HSV(B) 359.08º 0.79% 0.32% -
XYZ 3.79 2.24 0.8 -
YUV 36.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 82 17 18 0 0.79 0.78 0.68 359.08 0.66 0.19
Hex 52 11 12 0 4F 4E 44 167 42 13
Octal 122 21 22 0 117 116 104 547 102 23
Binary 1010010 10001 10010 0 1001111 1001110 1000100 101100111 1000010 10011

Color Harmonies of #521112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521112

Black with #521112

Text Example


Text Example

White with #521112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521112; }

 p { color: rgb(82,17,18); }

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

background-color css

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

 a { background-color: rgb(82,17,18); }

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

border-color css

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

 span { border-color: rgb(82,17,18); }

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