#C52B47

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

Shades of Brick Red #C52B47

Tints of Brick Red #C52B47

Color information

#C52B47 (or 0xC52B47) is unknown color: approx Brick Red. HEX triplet: C5, 2B and 47. RGB value is (197,43,71). Sum of RGB (Red+Green+Blue) = 197+43+71=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52B47 is #3AD4B8. Grayscale: #5C5C5C. Windows color (decimal): -3855545 or 4664261. OLE color: 4664261.

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

Color convert

RGB1974371-
CMYK00.780.640.23
HSL349.09º64.17%47.06%-
HSV(B)349.09º78.17%77.25%-
XYZ25.0314.057.35-
YUV92.24116.02202.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=63.34%
G=13.83%
B=22.83%

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
Decimal197437100.780.640.23349.0964.1747.06
HexC52B4704E401715d402f
Octal3055310701161002753510057
Binary110001011010111000111010011101000000101111010111011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52B47; }

 p { color: rgb(197,43,71); }

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

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

 a { background-color: rgb(197,43,71); }

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

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

 span { border-color: rgb(197,43,71); }

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