#C52847

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

Shades of Brick Red #C52847

Tints of Brick Red #C52847

Color information

#C52847 (or 0xC52847) is unknown color: approx Brick Red. HEX triplet: C5, 28 and 47. RGB value is (197,40,71). Sum of RGB (Red+Green+Blue) = 197+40+71=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C52847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52847 is #3AD7B8. Grayscale: #5A5A5A. Windows color (decimal): -3856313 or 4663493. OLE color: 4663493.

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

Color convert

RGB1974071-
CMYK00.800.640.23
HSL348.15º66.24%46.47%-
HSV(B)348.15º79.7%77.25%-
XYZ24.9213.847.32-
YUV90.48117.01203.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=63.96%
G=12.99%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197407100.800.640.23348.1566.2446.47
HexC52847050401715c422e
Octal3055010701201002753410256
Binary110001011010001000111010100001000000101111010111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52847; }

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

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

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

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

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

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

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

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