#C54146

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

Shades of Brick Red #C54146

Tints of Brick Red #C54146

Color information

#C54146 (or 0xC54146) is unknown color: approx Brick Red. HEX triplet: C5, 41 and 46. RGB value is (197,65,70). Sum of RGB (Red+Green+Blue) = 197+65+70=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C54146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54146 is #3ABEB9. Grayscale: #696969. Windows color (decimal): -3849914 or 4604357. OLE color: 4604357.

HSL color Cylindrical-coordinate representation of color #C54146: hue angle of 357.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54146 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1976570-
CMYK00.670.640.23
HSL357.73º53.23%51.37%-
HSV(B)357.73º67.01%77.25%-
XYZ26.0216.097.53-
YUV105.04108.23193.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=59.34%
G=19.58%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197657000.670.640.23357.7353.2351.37
HexC5414604340171663533
Octal3051011060103100275466563
Binary110001011000001100011001000011100000010111101100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54146; }

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

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

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

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

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

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

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

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