#C73640

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

Shades of Brick Red #C73640

Tints of Brick Red #C73640

Color information

#C73640 (or 0xC73640) is unknown color: approx Brick Red. HEX triplet: C7, 36 and 40. RGB value is (199,54,64). Sum of RGB (Red+Green+Blue) = 199+54+64=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73640 is #38C9BF. Grayscale: #626262. Windows color (decimal): -3721664 or 4208327. OLE color: 4208327.

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

Color convert

RGB1995464-
CMYK00.730.680.22
HSL355.86º57.31%49.61%-
HSV(B)355.86º72.86%78.04%-
XYZ25.815.156.42-
YUV98.5108.54199.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=62.78%
G=17.03%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199546400.730.680.22355.8657.3149.61
HexC7364004944161643932
Octal307661000111104265447162
Binary11000111110110100000001001001100010010110101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73640; }

 p { color: rgb(199,54,64); }

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

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

 a { background-color: rgb(199,54,64); }

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

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

 span { border-color: rgb(199,54,64); }

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