#C53540

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

Shades of Brick Red #C53540

Tints of Brick Red #C53540

Color information

#C53540 (or 0xC53540) is unknown color: approx Brick Red. HEX triplet: C5, 35 and 40. RGB value is (197,53,64). Sum of RGB (Red+Green+Blue) = 197+53+64=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53540 is #3ACABF. Grayscale: #616161. Windows color (decimal): -3852992 or 4208069. OLE color: 4208069.

HSL color Cylindrical-coordinate representation of color #C53540: hue angle of 355.42º 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 #C53540 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1975364-
CMYK00.730.680.23
HSL355.42º57.6%49.02%-
HSV(B)355.42º73.1%77.25%-
XYZ25.2214.796.38-
YUV97.31109.21199.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.74%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=62.74%
G=16.88%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197536400.730.680.23355.4257.649.02
HexC5354004944171633a31
Octal305651000111104275437261
Binary11000101110101100000001001001100010010111101100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53540; }

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

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

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

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

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

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

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

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