#C73544

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

Shades of Brick Red #C73544

Tints of Brick Red #C73544

Color information

#C73544 (or 0xC73544) is unknown color: approx Brick Red. HEX triplet: C7, 35 and 44. RGB value is (199,53,68). Sum of RGB (Red+Green+Blue) = 199+53+68=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73544 is #38CABB. Grayscale: #626262. Windows color (decimal): -3721916 or 4470215. OLE color: 4470215.

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

Color convert

RGB1995368-
CMYK00.730.660.22
HSL353.84º57.94%49.41%-
HSV(B)353.84º73.37%78.04%-
XYZ25.8715.117.02-
YUV98.36110.87199.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.19%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=62.19%
G=16.56%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199536800.730.660.22353.8457.9449.41
HexC7354404942161623a31
Octal307651040111102265427261
Binary11000111110101100010001001001100001010110101100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73544; }

 p { color: rgb(199,53,68); }

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

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

 a { background-color: rgb(199,53,68); }

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

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

 span { border-color: rgb(199,53,68); }

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