#c63340

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

Shades of Brick Red #C63340

Tints of Brick Red #C63340

Color information

#C63340 (or 0xC63340) is unknown color: approx Brick Red. HEX triplet: C6, 33 and 40. RGB value is (198,51,64). Sum of RGB (Red+Green+Blue) = 198+51+64=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63340 is #39CCBF. Grayscale: #606060. Windows color (decimal): -3787968 or 4207558. OLE color: 4207558.

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

Color convert

RGB1985164-
CMYK00.740.680.22
HSL354.69º59.04%48.82%-
HSV(B)354.69º74.24%77.65%-
XYZ25.414.746.36-
YUV96.44109.7200.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=63.26%
G=16.29%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198516400.740.680.22354.6959.0448.82
HexC6334004A44161633b31
Octal306631000112104265437361
Binary11000110110011100000001001010100010010110101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63340; }

 p { color: rgb(198,51,64); }

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

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

 a { background-color: rgb(198,51,64); }

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

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

 span { border-color: rgb(198,51,64); }

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