#C53647

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

Shades of Brick Red #C53647

Tints of Brick Red #C53647

Color information

#C53647 (or 0xC53647) is unknown color: approx Brick Red. HEX triplet: C5, 36 and 47. RGB value is (197,54,71). Sum of RGB (Red+Green+Blue) = 197+54+71=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53647 is #3AC9B8. Grayscale: #626262. Windows color (decimal): -3852729 or 4667077. OLE color: 4667077.

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

Color convert

RGB1975471-
CMYK00.730.640.23
HSL352.87º56.97%49.22%-
HSV(B)352.87º72.59%77.25%-
XYZ25.4814.967.51-
YUV98.7112.38198.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.18%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=61.18%
G=16.77%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197547100.730.640.23352.8756.9749.22
HexC5364704940171613931
Octal305661070111100275417161
Binary11000101110110100011101001001100000010111101100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53647; }

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

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

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

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

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

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

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

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