#C73141

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

Shades of Brick Red #C73141

Tints of Brick Red #C73141

Color information

#C73141 (or 0xC73141) is unknown color: approx Brick Red. HEX triplet: C7, 31 and 41. RGB value is (199,49,65). Sum of RGB (Red+Green+Blue) = 199+49+65=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73141 is #38CEBE. Grayscale: #5F5F5F. Windows color (decimal): -3722943 or 4272583. OLE color: 4272583.

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

Color convert

RGB1994965-
CMYK00.750.670.22
HSL353.6º60.48%48.63%-
HSV(B)353.6º75.38%78.04%-
XYZ25.6114.726.49-
YUV95.67110.7201.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=63.58%
G=15.65%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199496500.750.670.22353.660.4848.63
HexC7314104B43161623c31
Octal307611010113103265427461
Binary11000111110001100000101001011100001110110101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73141; }

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

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

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

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

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

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

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

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