#BC0C4A

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

Shades of Cardinal #BC0C4A

Tints of Cardinal #BC0C4A

Color information

#BC0C4A (or 0xBC0C4A) is unknown color: approx Cardinal. HEX triplet: BC, 0C and 4A. RGB value is (188,12,74). Sum of RGB (Red+Green+Blue) = 188+12+74=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C4A is #43F3B5. Grayscale: #474747. Windows color (decimal): -4453302 or 4852924. OLE color: 4852924.

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

Color convert

RGB1881274-
CMYK00.940.610.26
HSL338.86º88%39.22%-
HSV(B)338.86º93.62%73.73%-
XYZ22.1111.457.52-
YUV71.69129.31210.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=68.61%
G=4.38%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188127400.940.610.26338.868839.22
HexBCC4A05E3D1A1535827
Octal274141120136753252313047
Binary101111001100100101001011110111101110101010100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C4A; }

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

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

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

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

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

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

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

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