#C5414A

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

Shades of Brick Red #C5414A

Tints of Brick Red #C5414A

Color information

#C5414A (or 0xC5414A) is unknown color: approx Brick Red. HEX triplet: C5, 41 and 4A. RGB value is (197,65,74). Sum of RGB (Red+Green+Blue) = 197+65+74=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5414A is #3ABEB5. Grayscale: #696969. Windows color (decimal): -3849910 or 4866501. OLE color: 4866501.

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

Color convert

RGB1976574-
CMYK00.670.620.23
HSL355.91º53.23%51.37%-
HSV(B)355.91º67.01%77.25%-
XYZ26.1516.158.22-
YUV105.49110.23193.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.63%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=58.63%
G=19.35%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197657400.670.620.23355.9153.2351.37
HexC5414A0433E171643533
Octal305101112010376275446563
Binary11000101100000110010100100001111111010111101100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5414A; }

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

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

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

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

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

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

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

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