#C63143

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

Shades of Brick Red #C63143

Tints of Brick Red #C63143

Color information

#C63143 (or 0xC63143) is unknown color: approx Brick Red. HEX triplet: C6, 31 and 43. RGB value is (198,49,67). Sum of RGB (Red+Green+Blue) = 198+49+67=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63143 is #39CEBC. Grayscale: #5F5F5F. Windows color (decimal): -3788477 or 4403654. OLE color: 4403654.

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

Color convert

RGB1984967-
CMYK00.750.660.22
HSL352.75º60.32%48.43%-
HSV(B)352.75º75.25%77.65%-
XYZ25.414.616.79-
YUV95.6111.86201.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.06%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 67 (26.56% from 255) = 21.34%
R=63.06%
G=15.61%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198496700.750.660.22352.7560.3248.43
HexC6314304B42161613c30
Octal306611030113102265417460
Binary11000110110001100001101001011100001010110101100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63143; }

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

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

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

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

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

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

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

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