#C63B46

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

Shades of Brick Red #C63B46

Tints of Brick Red #C63B46

Color information

#C63B46 (or 0xC63B46) is unknown color: approx Brick Red. HEX triplet: C6, 3B and 46. RGB value is (198,59,70). Sum of RGB (Red+Green+Blue) = 198+59+70=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B46 is #39C4B9. Grayscale: #656565. Windows color (decimal): -3785914 or 4602822. OLE color: 4602822.

HSL color Cylindrical-coordinate representation of color #C63B46: hue angle of 355.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B46 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1985970-
CMYK00.700.650.22
HSL355.25º54.94%50.39%-
HSV(B)355.25º70.2%77.65%-
XYZ25.9615.587.43-
YUV101.82110.05196.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=60.55%
G=18.04%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198597000.700.650.22355.2554.9450.39
HexC63B4604641161633732
Octal306731060106101265436762
Binary11000110111011100011001000110100000110110101100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B46; }

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

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

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

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

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

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

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

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