#C53649

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

Shades of Brick Red #C53649

Tints of Brick Red #C53649

Color information

#C53649 (or 0xC53649) is unknown color: approx Brick Red. HEX triplet: C5, 36 and 49. RGB value is (197,54,73). Sum of RGB (Red+Green+Blue) = 197+54+73=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53649 is #3AC9B6. Grayscale: #626262. Windows color (decimal): -3852727 or 4798149. OLE color: 4798149.

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

Color convert

RGB1975473-
CMYK00.730.630.23
HSL352.03º56.97%49.22%-
HSV(B)352.03º72.59%77.25%-
XYZ25.5514.997.85-
YUV98.92113.38197.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=60.80%
G=16.67%
B=22.53%

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
Decimal197547300.730.630.23352.0356.9749.22
HexC536490493F171603931
Octal30566111011177275407161
Binary1100010111011010010010100100111111110111101100000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53649; }

 p { color: rgb(197,54,73); }

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

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

 a { background-color: rgb(197,54,73); }

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

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

 span { border-color: rgb(197,54,73); }

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