#C73E45

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

Shades of Brick Red #C73E45

Tints of Brick Red #C73E45

Color information

#C73E45 (or 0xC73E45) is unknown color: approx Brick Red. HEX triplet: C7, 3E and 45. RGB value is (199,62,69). Sum of RGB (Red+Green+Blue) = 199+62+69=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E45 is #38C1BA. Grayscale: #676767. Windows color (decimal): -3719611 or 4538055. OLE color: 4538055.

HSL color Cylindrical-coordinate representation of color #C73E45: hue angle of 356.93º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73E45 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1996269-
CMYK00.690.650.22
HSL356.93º55.02%51.18%-
HSV(B)356.93º68.84%78.04%-
XYZ26.3516.027.33-
YUV103.76108.39195.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=60.30%
G=18.79%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199626900.690.650.22356.9355.0251.18
HexC73E4504541161653733
Octal307761050105101265456763
Binary11000111111110100010101000101100000110110101100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E45; }

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

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

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

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

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

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

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

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