#C54149

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

Shades of Brick Red #C54149

Tints of Brick Red #C54149

Color information

#C54149 (or 0xC54149) is unknown color: approx Brick Red. HEX triplet: C5, 41 and 49. RGB value is (197,65,73). Sum of RGB (Red+Green+Blue) = 197+65+73=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C54149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54149 is #3ABEB6. Grayscale: #696969. Windows color (decimal): -3849911 or 4800965. OLE color: 4800965.

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

Color convert

RGB1976573-
CMYK00.670.630.23
HSL356.36º53.23%51.37%-
HSV(B)356.36º67.01%77.25%-
XYZ26.1216.138.04-
YUV105.38109.73193.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=58.81%
G=19.40%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197657300.670.630.23356.3653.2351.37
HexC541490433F171643533
Octal305101111010377275446563
Binary11000101100000110010010100001111111110111101100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54149; }

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

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

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

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

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

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

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

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