#C63547

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

Shades of Brick Red #C63547

Tints of Brick Red #C63547

Color information

#C63547 (or 0xC63547) is unknown color: approx Brick Red. HEX triplet: C6, 35 and 47. RGB value is (198,53,71). Sum of RGB (Red+Green+Blue) = 198+53+71=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C63547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63547 is #39CAB8. Grayscale: #626262. Windows color (decimal): -3787449 or 4666822. OLE color: 4666822.

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

Color convert

RGB1985371-
CMYK00.730.640.22
HSL352.55º57.77%49.22%-
HSV(B)352.55º73.23%77.65%-
XYZ25.715.017.5-
YUV98.41112.54199.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=61.49%
G=16.46%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198537100.730.640.22352.5557.7749.22
HexC6354704940161613a31
Octal306651070111100265417261
Binary11000110110101100011101001001100000010110101100001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63547; }

 p { color: rgb(198,53,71); }

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

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

 a { background-color: rgb(198,53,71); }

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

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

 span { border-color: rgb(198,53,71); }

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