#C73844

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

Shades of Brick Red #C73844

Tints of Brick Red #C73844

Color information

#C73844 (or 0xC73844) is unknown color: approx Brick Red. HEX triplet: C7, 38 and 44. RGB value is (199,56,68). Sum of RGB (Red+Green+Blue) = 199+56+68=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C73844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73844 is #38C7BB. Grayscale: #646464. Windows color (decimal): -3721148 or 4470983. OLE color: 4470983.

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

Color convert

RGB1995668-
CMYK00.720.660.22
HSL354.97º56.08%50%-
HSV(B)354.97º71.86%78.04%-
XYZ26.0115.397.07-
YUV100.12109.88198.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.61%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=61.61%
G=17.34%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199566800.720.660.22354.9756.0850
HexC7384404842161633832
Octal307701040110102265437062
Binary11000111111000100010001001000100001010110101100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73844; }

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

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

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

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

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

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

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

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