#5C252A

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

Shades of Burnt Crimson #5C252A

Tints of Burnt Crimson #5C252A

Color information

#5C252A (or 0x5C252A) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 25 and 2A. RGB value is (92,37,42). Sum of RGB (Red+Green+Blue) = 92+37+42=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C252A is #A3DAD5. Grayscale: #363636. Windows color (decimal): -10738390 or 2762076. OLE color: 2762076.

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

Color convert

RGB923742-
CMYK00.600.540.64
HSL354.55º42.64%25.29%-
HSV(B)354.55º59.78%36.08%-
XYZ5.493.772.63-
YUV54.02121.22155.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 53.80%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=53.80%
G=21.64%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92374200.600.540.64354.5542.6425.29
Hex5C252A03C36401632b19
Octal1344552074661005435331
Binary10111001001011010100111100110110100000010110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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