#C73242

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

Shades of Brick Red #C73242

Tints of Brick Red #C73242

Color information

#C73242 (or 0xC73242) is unknown color: approx Brick Red. HEX triplet: C7, 32 and 42. RGB value is (199,50,66). Sum of RGB (Red+Green+Blue) = 199+50+66=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73242 is #38CDBD. Grayscale: #606060. Windows color (decimal): -3722686 or 4338375. OLE color: 4338375.

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

Color convert

RGB1995066-
CMYK00.750.670.22
HSL353.56º59.84%48.82%-
HSV(B)353.56º74.87%78.04%-
XYZ25.6814.826.66-
YUV96.38110.86201.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.17%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=63.17%
G=15.87%
B=20.95%

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
Decimal199506600.750.670.22353.5659.8448.82
HexC7324204B43161623c31
Octal307621020113103265427461
Binary11000111110010100001001001011100001110110101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73242; }

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

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

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

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

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

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

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

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