#C63148

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

Shades of Brick Red #C63148

Tints of Brick Red #C63148

Color information

#C63148 (or 0xC63148) is unknown color: approx Brick Red. HEX triplet: C6, 31 and 48. RGB value is (198,49,72). Sum of RGB (Red+Green+Blue) = 198+49+72=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63148 is #39CEB7. Grayscale: #606060. Windows color (decimal): -3788472 or 4731334. OLE color: 4731334.

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

Color convert

RGB1984972-
CMYK00.750.640.22
HSL350.74º60.32%48.43%-
HSV(B)350.74º75.25%77.65%-
XYZ25.5614.677.62-
YUV96.17114.36200.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=62.07%
G=15.36%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198497200.750.640.22350.7460.3248.43
HexC6314804B401615f3c30
Octal306611100113100265377460
Binary11000110110001100100001001011100000010110101011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63148; }

 p { color: rgb(198,49,72); }

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

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

 a { background-color: rgb(198,49,72); }

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

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

 span { border-color: rgb(198,49,72); }

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