#c53445

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

Shades of Brick Red #C53445

Tints of Brick Red #C53445

Color information

#C53445 (or 0xC53445) is unknown color: approx Brick Red. HEX triplet: C5, 34 and 45. RGB value is (197,52,69). Sum of RGB (Red+Green+Blue) = 197+52+69=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53445 is #3ACBBA. Grayscale: #616161. Windows color (decimal): -3853243 or 4535493. OLE color: 4535493.

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

Color convert

RGB1975269-
CMYK00.740.650.23
HSL352.97º58.23%48.82%-
HSV(B)352.97º73.6%77.25%-
XYZ25.3314.767.14-
YUV97.29112.04199.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=61.95%
G=16.35%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197526900.740.650.23352.9758.2348.82
HexC5344504A41171613a31
Octal305641050112101275417261
Binary11000101110100100010101001010100000110111101100001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53445; }

 p { color: rgb(197,52,69); }

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

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

 a { background-color: rgb(197,52,69); }

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

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

 span { border-color: rgb(197,52,69); }

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