Html Css Color HEX #5C1516 Burnt Crimson

📋 copy color: '#5C1516'

red 92 ◦ green 21 ◦ blue 22

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

Shades of Burnt Crimson #5C1516

Tints of Burnt Crimson #5C1516

RGB

 RED value IS 92 (36.33% from 255) = 68.15%

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 68.15%
G = 15.56%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#5C1516 (or 0x5C1516) is known color: Burnt Crimson. HEX triplet: 5C, 15 and 16. RGB value is (92,21,22). Sum of RGB (Red+Green+Blue) = 92+21+22=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1516 is #A3EAE9. Grayscale: #2A2A2A. Windows color (decimal): -10742506 or 1447260. OLE color: 1447260.

HSL color Cylindrical-coordinate representation of color #5C1516: hue angle of 359.15º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1516 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 22 -
CMYK 0 0.77 0.76 0.64
HSL 359.15º 0.63% 0.22% -
HSV(B) 359.15º 0.77% 0.36% -
XYZ 4.83 2.87 1.06 -
YUV 42.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 92 21 22 0 0.77 0.76 0.64 359.15 0.63 0.22
Hex 5C 15 16 0 4D 4C 40 167 3F 16
Octal 134 25 26 0 115 114 100 547 77 26
Binary 1011100 10101 10110 0 1001101 1001100 1000000 101100111 111111 10110

Color Harmonies of #5C1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1516

Black with #5C1516

Text Example


Text Example

White with #5C1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C1516; }

 p { color: rgb(92,21,22); }

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

background-color css

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

 a { background-color: rgb(92,21,22); }

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

border-color css

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

 span { border-color: rgb(92,21,22); }

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