#c73442

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

Shades of Brick Red #C73442

Tints of Brick Red #C73442

Color information

#C73442 (or 0xC73442) is unknown color: approx Brick Red. HEX triplet: C7, 34 and 42. RGB value is (199,52,66). Sum of RGB (Red+Green+Blue) = 199+52+66=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C73442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73442 is #38CBBD. Grayscale: #616161. Windows color (decimal): -3722174 or 4338887. OLE color: 4338887.

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

Color convert

RGB1995266-
CMYK00.740.670.22
HSL354.29º58.57%49.22%-
HSV(B)354.29º73.87%78.04%-
XYZ25.7614.996.69-
YUV97.55110.2200.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=62.78%
G=16.40%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199526600.740.670.22354.2958.5749.22
HexC7344204A43161623b31
Octal307641020112103265427361
Binary11000111110100100001001001010100001110110101100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c73442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c73442; }

 p { color: rgb(199,52,66); }

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

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

 a { background-color: rgb(199,52,66); }

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

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

 span { border-color: rgb(199,52,66); }

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