#C5424A

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

Shades of Brick Red #C5424A

Tints of Brick Red #C5424A

Color information

#C5424A (or 0xC5424A) is unknown color: approx Brick Red. HEX triplet: C5, 42 and 4A. RGB value is (197,66,74). Sum of RGB (Red+Green+Blue) = 197+66+74=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5424A is #3ABDB5. Grayscale: #6A6A6A. Windows color (decimal): -3849654 or 4866757. OLE color: 4866757.

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

Color convert

RGB1976674-
CMYK00.660.620.23
HSL356.34º53.04%51.57%-
HSV(B)356.34º66.5%77.25%-
XYZ26.2116.268.24-
YUV106.08109.9192.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.46%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=58.46%
G=19.58%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197667400.660.620.23356.3453.0451.57
HexC5424A0423E171643534
Octal305102112010276275446564
Binary11000101100001010010100100001011111010111101100100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5424A; }

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

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

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

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

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

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

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

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