#C63F4B

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

Shades of Brick Red #C63F4B

Tints of Brick Red #C63F4B

Color information

#C63F4B (or 0xC63F4B) is unknown color: approx Brick Red. HEX triplet: C6, 3F and 4B. RGB value is (198,63,75). Sum of RGB (Red+Green+Blue) = 198+63+75=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F4B is #39C0B4. Grayscale: #686868. Windows color (decimal): -3784885 or 4931526. OLE color: 4931526.

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

Color convert

RGB1986375-
CMYK00.680.620.22
HSL354.67º54.22%51.18%-
HSV(B)354.67º68.18%77.65%-
XYZ26.3416.078.37-
YUV104.73111.23194.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=58.93%
G=18.75%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198637500.680.620.22354.6754.2251.18
HexC63F4B0443E161633633
Octal30677113010476265436663
Binary1100011011111110010110100010011111010110101100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F4B; }

 p { color: rgb(198,63,75); }

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

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

 a { background-color: rgb(198,63,75); }

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

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

 span { border-color: rgb(198,63,75); }

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