#5C161A

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

Shades of Burnt Crimson #5C161A

Tints of Burnt Crimson #5C161A

Color information

#5C161A (or 0x5C161A) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 16 and 1A. RGB value is (92,22,26). Sum of RGB (Red+Green+Blue) = 92+22+26=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C161A is #A3E9E5. Grayscale: #2B2B2B. Windows color (decimal): -10742246 or 1709660. OLE color: 1709660.

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

Color convert

RGB922226-
CMYK00.760.720.64
HSL356.57º61.4%22.35%-
HSV(B)356.57º76.09%36.08%-
XYZ4.892.921.28-
YUV43.39118.19162.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 65.71%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=65.71%
G=15.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92222600.760.720.64356.5761.422.35
Hex5C161A04C48401653d16
Octal134263201141101005457526
Binary10111001011011010010011001001000100000010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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