#C54046

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

Shades of Brick Red #C54046

Tints of Brick Red #C54046

Color information

#C54046 (or 0xC54046) is unknown color: approx Brick Red. HEX triplet: C5, 40 and 46. RGB value is (197,64,70). Sum of RGB (Red+Green+Blue) = 197+64+70=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C54046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54046 is #3ABFB9. Grayscale: #686868. Windows color (decimal): -3850170 or 4604101. OLE color: 4604101.

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

Color convert

RGB1976470-
CMYK00.680.640.23
HSL357.29º53.41%51.18%-
HSV(B)357.29º67.51%77.25%-
XYZ25.9615.987.51-
YUV104.45108.56194.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=59.52%
G=19.34%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197647000.680.640.23357.2953.4151.18
HexC5404604440171653533
Octal3051001060104100275456563
Binary110001011000000100011001000100100000010111101100101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54046; }

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

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

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

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

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

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

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

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