#C63B4A

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

Shades of Brick Red #C63B4A

Tints of Brick Red #C63B4A

Color information

#C63B4A (or 0xC63B4A) is unknown color: approx Brick Red. HEX triplet: C6, 3B and 4A. RGB value is (198,59,74). Sum of RGB (Red+Green+Blue) = 198+59+74=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B4A is #39C4B5. Grayscale: #666666. Windows color (decimal): -3785910 or 4864966. OLE color: 4864966.

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

Color convert

RGB1985974-
CMYK00.700.630.22
HSL353.53º54.94%50.39%-
HSV(B)353.53º70.2%77.65%-
XYZ26.0915.638.12-
YUV102.27112.05196.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=59.82%
G=17.82%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198597400.700.630.22353.5354.9450.39
HexC63B4A0463F161623732
Octal30673112010677265426762
Binary1100011011101110010100100011011111110110101100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B4A; }

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

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

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

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

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

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

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

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