#BC0A48

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

Shades of Cardinal #BC0A48

Tints of Cardinal #BC0A48

Color information

#BC0A48 (or 0xBC0A48) is unknown color: approx Cardinal. HEX triplet: BC, 0A and 48. RGB value is (188,10,72). Sum of RGB (Red+Green+Blue) = 188+10+72=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A48 is #43F5B7. Grayscale: #464646. Windows color (decimal): -4453816 or 4721340. OLE color: 4721340.

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

Color convert

RGB1881072-
CMYK00.950.620.26
HSL339.1º89.9%38.82%-
HSV(B)339.1º94.68%73.73%-
XYZ22.0211.387.17-
YUV70.29128.97211.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=69.63%
G=3.70%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188107200.950.620.26339.189.938.82
HexBCA4805F3E1A1535a27
Octal274121100137763252313247
Binary101111001010100100001011111111110110101010100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A48; }

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

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

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

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

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

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

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

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