#5C212A

Color #5C212A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5C212A

Tints of Burnt Crimson #5C212A

Color information

#5C212A (or 0x5C212A) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 21 and 2A. RGB value is (92,33,42). Sum of RGB (Red+Green+Blue) = 92+33+42=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212A is #A3DED5. Grayscale: #333333. Windows color (decimal): -10739414 or 2761052. OLE color: 2761052.

HSL color Cylindrical-coordinate representation of color #5C212A: hue angle of 350.85º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C212A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB923342-
CMYK00.640.540.64
HSL350.85º47.2%24.51%-
HSV(B)350.85º64.13%36.08%-
XYZ5.383.532.59-
YUV51.67122.55156.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 55.09%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=55.09%
G=19.76%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92334200.640.540.64350.8547.224.51
Hex5C212A040364015f2f19
Octal13441520100661005375731
Binary101110010000110101001000000110110100000010101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,42); }

 H1.HeaderClassName
 {
   color: #5C212A;
 }
 .AnyTagClassName
 {
   color: #5C212A;
 }
</style>
background-color css

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

 a { background-color: rgb(92,33,42); }

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

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

 span { border-color: rgb(92,33,42); }

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