#C52C46

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

Shades of Brick Red #C52C46

Tints of Brick Red #C52C46

Color information

#C52C46 (or 0xC52C46) is unknown color: approx Brick Red. HEX triplet: C5, 2C and 46. RGB value is (197,44,70). Sum of RGB (Red+Green+Blue) = 197+44+70=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C46 is #3AD3B9. Grayscale: #5C5C5C. Windows color (decimal): -3855290 or 4598981. OLE color: 4598981.

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

Color convert

RGB1974470-
CMYK00.780.640.23
HSL349.8º63.49%47.25%-
HSV(B)349.8º77.66%77.25%-
XYZ25.0314.117.2-
YUV92.71115.19202.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=63.34%
G=14.15%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197447000.780.640.23349.863.4947.25
HexC52C4604E401715e3f2f
Octal305541060116100275367757
Binary11000101101100100011001001110100000010111101011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C46; }

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

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

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

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

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

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

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

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