#C63249

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

Shades of Brick Red #C63249

Tints of Brick Red #C63249

Color information

#C63249 (or 0xC63249) is unknown color: approx Brick Red. HEX triplet: C6, 32 and 49. RGB value is (198,50,73). Sum of RGB (Red+Green+Blue) = 198+50+73=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C63249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63249 is #39CDB6. Grayscale: #606060. Windows color (decimal): -3788215 or 4797126. OLE color: 4797126.

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

Color convert

RGB1985073-
CMYK00.750.630.22
HSL350.68º59.68%48.63%-
HSV(B)350.68º74.75%77.65%-
XYZ25.6314.777.8-
YUV96.87114.53200.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=61.68%
G=15.58%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198507300.750.630.22350.6859.6848.63
HexC6324904B3F1615f3c31
Octal30662111011377265377461
Binary1100011011001010010010100101111111110110101011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63249; }

 p { color: rgb(198,50,73); }

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

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

 a { background-color: rgb(198,50,73); }

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

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

 span { border-color: rgb(198,50,73); }

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