#C52C38

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

Shades of Brick Red #C52C38

Tints of Brick Red #C52C38

Color information

#C52C38 (or 0xC52C38) is unknown color: approx Brick Red. HEX triplet: C5, 2C and 38. RGB value is (197,44,56). Sum of RGB (Red+Green+Blue) = 197+44+56=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C38 is #3AD3C7. Grayscale: #5B5B5B. Windows color (decimal): -3855304 or 3681477. OLE color: 3681477.

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

Color convert

RGB1974456-
CMYK00.780.720.23
HSL355.29º63.49%47.25%-
HSV(B)355.29º77.66%77.25%-
XYZ24.6413.965.14-
YUV91.12108.19203.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=66.33%
G=14.81%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197445600.780.720.23355.2963.4947.25
HexC52C3804E48171633f2f
Octal30554700116110275437757
Binary1100010110110011100001001110100100010111101100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C38; }

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

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

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

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

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

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

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

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