#C73145

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

Shades of Brick Red #C73145

Tints of Brick Red #C73145

Color information

#C73145 (or 0xC73145) is unknown color: approx Brick Red. HEX triplet: C7, 31 and 45. RGB value is (199,49,69). Sum of RGB (Red+Green+Blue) = 199+49+69=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73145 is #38CEBA. Grayscale: #606060. Windows color (decimal): -3722939 or 4534727. OLE color: 4534727.

HSL color Cylindrical-coordinate representation of color #C73145: hue angle of 352º 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 #C73145 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1994969-
CMYK00.750.650.22
HSL352º60.48%48.63%-
HSV(B)352º75.38%78.04%-
XYZ25.7314.777.12-
YUV96.13112.7201.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=62.78%
G=15.46%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199496900.750.650.2235260.4848.63
HexC7314504B41161603c31
Octal307611050113101265407461
Binary11000111110001100010101001011100000110110101100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73145; }

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

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

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

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

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

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

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

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