#c52c45

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

Shades of Brick Red #C52C45

Tints of Brick Red #C52C45

Color information

#C52C45 (or 0xC52C45) is unknown color: approx Brick Red. HEX triplet: C5, 2C and 45. RGB value is (197,44,69). Sum of RGB (Red+Green+Blue) = 197+44+69=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C45 is #3AD3BA. Grayscale: #5C5C5C. Windows color (decimal): -3855291 or 4533445. OLE color: 4533445.

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

Color convert

RGB1974469-
CMYK00.780.650.23
HSL350.2º63.49%47.25%-
HSV(B)350.2º77.66%77.25%-
XYZ2514.17.03-
YUV92.6114.69202.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.55%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=63.55%
G=14.19%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197446900.780.650.23350.263.4947.25
HexC52C4504E411715e3f2f
Octal305541050116101275367757
Binary11000101101100100010101001110100000110111101011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52c45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52c45; }

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

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

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

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

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

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

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

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