#C73149

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

Shades of Brick Red #C73149

Tints of Brick Red #C73149

Color information

#C73149 (or 0xC73149) is unknown color: approx Brick Red. HEX triplet: C7, 31 and 49. RGB value is (199,49,73). Sum of RGB (Red+Green+Blue) = 199+49+73=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73149 is #38CEB6. Grayscale: #606060. Windows color (decimal): -3722935 or 4796871. OLE color: 4796871.

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

Color convert

RGB1994973-
CMYK00.750.630.22
HSL350.4º60.48%48.63%-
HSV(B)350.4º75.38%78.04%-
XYZ25.8514.827.8-
YUV96.59114.7201.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.99%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=61.99%
G=15.26%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199497300.750.630.22350.460.4848.63
HexC7314904B3F1615e3c31
Octal30761111011377265367461
Binary1100011111000110010010100101111111110110101011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73149; }

 p { color: rgb(199,49,73); }

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

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

 a { background-color: rgb(199,49,73); }

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

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

 span { border-color: rgb(199,49,73); }

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