#C63740

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

Shades of Brick Red #C63740

Tints of Brick Red #C63740

Color information

#C63740 (or 0xC63740) is unknown color: approx Brick Red. HEX triplet: C6, 37 and 40. RGB value is (198,55,64). Sum of RGB (Red+Green+Blue) = 198+55+64=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63740 is #39C8BF. Grayscale: #626262. Windows color (decimal): -3786944 or 4208582. OLE color: 4208582.

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

Color convert

RGB1985564-
CMYK00.720.680.22
HSL356.22º56.52%49.61%-
HSV(B)356.22º72.22%77.65%-
XYZ25.5815.116.42-
YUV98.78108.38198.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.46%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=62.46%
G=17.35%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198556400.720.680.22356.2256.5249.61
HexC6374004844161643932
Octal306671000110104265447162
Binary11000110110111100000001001000100010010110101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63740; }

 p { color: rgb(198,55,64); }

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

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

 a { background-color: rgb(198,55,64); }

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

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

 span { border-color: rgb(198,55,64); }

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