#C52740

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

Shades of Brick Red #C52740

Tints of Brick Red #C52740

Color information

#C52740 (or 0xC52740) is unknown color: approx Brick Red. HEX triplet: C5, 27 and 40. RGB value is (197,39,64). Sum of RGB (Red+Green+Blue) = 197+39+64=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C52740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52740 is #3AD8BF. Grayscale: #595959. Windows color (decimal): -3856576 or 4204485. OLE color: 4204485.

HSL color Cylindrical-coordinate representation of color #C52740: hue angle of 350.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52740 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1973964-
CMYK00.800.680.23
HSL350.51º66.95%46.27%-
HSV(B)350.51º80.2%77.25%-
XYZ24.6813.696.19-
YUV89.09113.85204.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.67%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=65.67%
G=13%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197396400.800.680.23350.5166.9546.27
HexC52740050441715f432e
Octal3054710001201042753710356
Binary110001011001111000000010100001000100101111010111111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52740; }

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

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

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

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

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

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

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

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