#C73A49

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

Shades of Brick Red #C73A49

Tints of Brick Red #C73A49

Color information

#C73A49 (or 0xC73A49) is unknown color: approx Brick Red. HEX triplet: C7, 3A and 49. RGB value is (199,58,73). Sum of RGB (Red+Green+Blue) = 199+58+73=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A49 is #38C5B6. Grayscale: #656565. Windows color (decimal): -3720631 or 4799175. OLE color: 4799175.

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

Color convert

RGB1995873-
CMYK00.710.630.22
HSL353.62º55.73%50.39%-
HSV(B)353.62º70.85%78.04%-
XYZ26.2715.657.94-
YUV101.87111.71197.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=60.30%
G=17.58%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199587300.710.630.22353.6255.7350.39
HexC73A490473F161623832
Octal30772111010777265427062
Binary1100011111101010010010100011111111110110101100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A49; }

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

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

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

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

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

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

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

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