#C53548

Color #C53548 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C53548

Tints of Brick Red #C53548

Color information

#C53548 (or 0xC53548) is unknown color: approx Brick Red. HEX triplet: C5, 35 and 48. RGB value is (197,53,72). Sum of RGB (Red+Green+Blue) = 197+53+72=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53548 is #3ACAB7. Grayscale: #626262. Windows color (decimal): -3852984 or 4732357. OLE color: 4732357.

HSL color Cylindrical-coordinate representation of color #C53548: hue angle of 352.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53548 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1975372-
CMYK00.730.630.23
HSL352.08º57.6%49.02%-
HSV(B)352.08º73.1%77.25%-
XYZ25.4714.887.66-
YUV98.22113.21198.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.18%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=61.18%
G=16.46%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197537200.730.630.23352.0857.649.02
HexC535480493F171603a31
Octal30565110011177275407261
Binary1100010111010110010000100100111111110111101100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53548; }

 p { color: rgb(197,53,72); }

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

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

 a { background-color: rgb(197,53,72); }

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

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

 span { border-color: rgb(197,53,72); }

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