#C52942

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

Shades of Brick Red #C52942

Tints of Brick Red #C52942

Color information

#C52942 (or 0xC52942) is unknown color: approx Brick Red. HEX triplet: C5, 29 and 42. RGB value is (197,41,66). Sum of RGB (Red+Green+Blue) = 197+41+66=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C52942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52942 is #3AD6BD. Grayscale: #5A5A5A. Windows color (decimal): -3856062 or 4336069. OLE color: 4336069.

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

Color convert

RGB1974166-
CMYK00.790.660.23
HSL350.38º65.55%46.67%-
HSV(B)350.38º79.19%77.25%-
XYZ24.813.856.52-
YUV90.49114.18203.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.80%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=64.80%
G=13.49%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197416600.790.660.23350.3865.5546.67
HexC5294204F421715e422f
Octal3055110201171022753610257
Binary110001011010011000010010011111000010101111010111101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52942; }

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

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

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

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

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

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

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

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