#C73D4A

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

Shades of Brick Red #C73D4A

Tints of Brick Red #C73D4A

Color information

#C73D4A (or 0xC73D4A) is unknown color: approx Brick Red. HEX triplet: C7, 3D and 4A. RGB value is (199,61,74). Sum of RGB (Red+Green+Blue) = 199+61+74=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D4A is #38C2B5. Grayscale: #676767. Windows color (decimal): -3719862 or 4865479. OLE color: 4865479.

HSL color Cylindrical-coordinate representation of color #C73D4A: hue angle of 354.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D4A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1996174-
CMYK00.690.630.22
HSL354.35º55.2%50.98%-
HSV(B)354.35º69.35%78.04%-
XYZ26.4615.978.17-
YUV103.74111.22195.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.58%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=59.58%
G=18.26%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199617400.690.630.22354.3555.250.98
HexC73D4A0453F161623733
Octal30775112010577265426763
Binary1100011111110110010100100010111111110110101100010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D4A; }

 p { color: rgb(199,61,74); }

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

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

 a { background-color: rgb(199,61,74); }

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

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

 span { border-color: rgb(199,61,74); }

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