#C63849

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

Shades of Brick Red #C63849

Tints of Brick Red #C63849

Color information

#C63849 (or 0xC63849) is unknown color: approx Brick Red. HEX triplet: C6, 38 and 49. RGB value is (198,56,73). Sum of RGB (Red+Green+Blue) = 198+56+73=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63849 is #39C7B6. Grayscale: #646464. Windows color (decimal): -3786679 or 4798662. OLE color: 4798662.

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

Color convert

RGB1985673-
CMYK00.720.630.22
HSL352.82º55.91%49.8%-
HSV(B)352.82º71.72%77.65%-
XYZ25.9115.327.89-
YUV100.4112.54197.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=60.55%
G=17.13%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198567300.720.630.22352.8255.9149.8
HexC638490483F161613832
Octal30670111011077265417062
Binary1100011011100010010010100100011111110110101100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63849; }

 p { color: rgb(198,56,73); }

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

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

 a { background-color: rgb(198,56,73); }

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

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

 span { border-color: rgb(198,56,73); }

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