#C63349

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

Shades of Brick Red #C63349

Tints of Brick Red #C63349

Color information

#C63349 (or 0xC63349) is unknown color: approx Brick Red. HEX triplet: C6, 33 and 49. RGB value is (198,51,73). Sum of RGB (Red+Green+Blue) = 198+51+73=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C63349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63349 is #39CCB6. Grayscale: #616161. Windows color (decimal): -3787959 or 4797382. OLE color: 4797382.

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

Color convert

RGB1985173-
CMYK00.740.630.22
HSL351.02º59.04%48.82%-
HSV(B)351.02º74.24%77.65%-
XYZ25.6814.857.82-
YUV97.46114.2199.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=61.49%
G=15.84%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198517300.740.630.22351.0259.0448.82
HexC6334904A3F1615f3b31
Octal30663111011277265377361
Binary1100011011001110010010100101011111110110101011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63349; }

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

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

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

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

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

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

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

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