#C52946

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

Shades of Brick Red #C52946

Tints of Brick Red #C52946

Color information

#C52946 (or 0xC52946) is unknown color: approx Brick Red. HEX triplet: C5, 29 and 46. RGB value is (197,41,70). Sum of RGB (Red+Green+Blue) = 197+41+70=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C52946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52946 is #3AD6B9. Grayscale: #5A5A5A. Windows color (decimal): -3856058 or 4598213. OLE color: 4598213.

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

Color convert

RGB1974170-
CMYK00.790.640.23
HSL348.85º65.55%46.67%-
HSV(B)348.85º79.19%77.25%-
XYZ24.9213.97.16-
YUV90.95116.18203.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=63.96%
G=13.31%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197417000.790.640.23348.8565.5546.67
HexC5294604F401715d422f
Octal3055110601171002753510257
Binary110001011010011000110010011111000000101111010111011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52946; }

 p { color: rgb(197,41,70); }

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

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

 a { background-color: rgb(197,41,70); }

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

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

 span { border-color: rgb(197,41,70); }

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