#C73644

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

Shades of Brick Red #C73644

Tints of Brick Red #C73644

Color information

#C73644 (or 0xC73644) is unknown color: approx Brick Red. HEX triplet: C7, 36 and 44. RGB value is (199,54,68). Sum of RGB (Red+Green+Blue) = 199+54+68=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73644 is #38C9BB. Grayscale: #636363. Windows color (decimal): -3721660 or 4470471. OLE color: 4470471.

HSL color Cylindrical-coordinate representation of color #C73644: hue angle of 354.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73644 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB1995468-
CMYK00.730.660.22
HSL354.21º57.31%49.61%-
HSV(B)354.21º72.86%78.04%-
XYZ25.9215.27.04-
YUV98.95110.54199.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.99%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=61.99%
G=16.82%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199546800.730.660.22354.2157.3149.61
HexC7364404942161623932
Octal307661040111102265427162
Binary11000111110110100010001001001100001010110101100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73644; }

 p { color: rgb(199,54,68); }

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

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

 a { background-color: rgb(199,54,68); }

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

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

 span { border-color: rgb(199,54,68); }

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