#C73845

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

Shades of Brick Red #C73845

Tints of Brick Red #C73845

Color information

#C73845 (or 0xC73845) is unknown color: approx Brick Red. HEX triplet: C7, 38 and 45. RGB value is (199,56,69). Sum of RGB (Red+Green+Blue) = 199+56+69=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C73845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73845 is #38C7BA. Grayscale: #646464. Windows color (decimal): -3721147 or 4536519. OLE color: 4536519.

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

Color convert

RGB1995669-
CMYK00.720.650.22
HSL354.55º56.08%50%-
HSV(B)354.55º71.86%78.04%-
XYZ26.0415.47.23-
YUV100.24110.38198.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.42%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=61.42%
G=17.28%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199566900.720.650.22354.5556.0850
HexC7384504841161633832
Octal307701050110101265437062
Binary11000111111000100010101001000100000110110101100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73845; }

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

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

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

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

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

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

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

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