#BC0C48

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

Shades of Cardinal #BC0C48

Tints of Cardinal #BC0C48

Color information

#BC0C48 (or 0xBC0C48) is unknown color: approx Cardinal. HEX triplet: BC, 0C and 48. RGB value is (188,12,72). Sum of RGB (Red+Green+Blue) = 188+12+72=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C48 is #43F3B7. Grayscale: #474747. Windows color (decimal): -4453304 or 4721852. OLE color: 4721852.

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

Color convert

RGB1881272-
CMYK00.940.620.26
HSL339.55º88%39.22%-
HSV(B)339.55º93.62%73.73%-
XYZ22.0411.427.17-
YUV71.46128.31211.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.12%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=69.12%
G=4.41%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188127200.940.620.26339.558839.22
HexBCC4805E3E1A1545827
Octal274141100136763252413047
Binary101111001100100100001011110111110110101010101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C48; }

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

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

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

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

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

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

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

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