#BC0649

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

Shades of Cardinal #BC0649

Tints of Cardinal #BC0649

Color information

#BC0649 (or 0xBC0649) is unknown color: approx Cardinal. HEX triplet: BC, 06 and 49. RGB value is (188,6,73). Sum of RGB (Red+Green+Blue) = 188+6+73=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0649 is #43F9B6. Grayscale: #434343. Windows color (decimal): -4454839 or 4785852. OLE color: 4785852.

HSL color Cylindrical-coordinate representation of color #BC0649: hue angle of 337.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0649 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB188673-
CMYK00.970.610.26
HSL337.91º93.81%38.04%-
HSV(B)337.91º96.81%73.73%-
XYZ22.0111.37.33-
YUV68.06130.8213.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.41%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=70.41%
G=2.25%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18867300.970.610.26337.9193.8138.04
HexBC6490613D1A1525e26
Octal27461110141753252213646
Binary10111100110100100101100001111101110101010100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0649; }

 p { color: rgb(188,6,73); }

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

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

 a { background-color: rgb(188,6,73); }

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

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

 span { border-color: rgb(188,6,73); }

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