#BC0648

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

Shades of Cardinal #BC0648

Tints of Cardinal #BC0648

Color information

#BC0648 (or 0xBC0648) is unknown color: approx Cardinal. HEX triplet: BC, 06 and 48. RGB value is (188,6,72). Sum of RGB (Red+Green+Blue) = 188+6+72=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0648 is #43F9B7. Grayscale: #434343. Windows color (decimal): -4454840 or 4720316. OLE color: 4720316.

HSL color Cylindrical-coordinate representation of color #BC0648: hue angle of 338.24º 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 #BC0648 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB188672-
CMYK00.970.620.26
HSL338.24º93.81%38.04%-
HSV(B)338.24º96.81%73.73%-
XYZ21.9711.297.15-
YUV67.94130.3213.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.68%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=70.68%
G=2.26%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18867200.970.620.26338.2493.8138.04
HexBC6480613E1A1525e26
Octal27461100141763252213646
Binary10111100110100100001100001111110110101010100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0648; }

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

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

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

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

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

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

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

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