#C52838

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

Shades of Brick Red #C52838

Tints of Brick Red #C52838

Color information

#C52838 (or 0xC52838) is unknown color: approx Brick Red. HEX triplet: C5, 28 and 38. RGB value is (197,40,56). Sum of RGB (Red+Green+Blue) = 197+40+56=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C52838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52838 is #3AD7C7. Grayscale: #585858. Windows color (decimal): -3856328 or 3680453. OLE color: 3680453.

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

Color convert

RGB1974056-
CMYK00.800.720.23
HSL353.89º66.24%46.47%-
HSV(B)353.89º79.7%77.25%-
XYZ24.513.675.09-
YUV88.77109.51205.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.24%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=67.24%
G=13.65%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197405600.800.720.23353.8966.2446.47
HexC528380504817162422e
Octal305507001201102754210256
Binary11000101101000111000010100001001000101111011000101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52838; }

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

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

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

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

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

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

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

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