#C63246

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

Shades of Brick Red #C63246

Tints of Brick Red #C63246

Color information

#C63246 (or 0xC63246) is unknown color: approx Brick Red. HEX triplet: C6, 32 and 46. RGB value is (198,50,70). Sum of RGB (Red+Green+Blue) = 198+50+70=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C63246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63246 is #39CDB9. Grayscale: #606060. Windows color (decimal): -3788218 or 4600518. OLE color: 4600518.

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

Color convert

RGB1985070-
CMYK00.750.650.22
HSL351.89º59.68%48.63%-
HSV(B)351.89º74.75%77.65%-
XYZ25.5314.737.29-
YUV96.53113.03200.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=62.26%
G=15.72%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198507000.750.650.22351.8959.6848.63
HexC6324604B41161603c31
Octal306621060113101265407461
Binary11000110110010100011001001011100000110110101100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63246; }

 p { color: rgb(198,50,70); }

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

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

 a { background-color: rgb(198,50,70); }

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

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

 span { border-color: rgb(198,50,70); }

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