#BC0D45

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

Shades of Cardinal #BC0D45

Tints of Cardinal #BC0D45

Color information

#BC0D45 (or 0xBC0D45) is unknown color: approx Cardinal. HEX triplet: BC, 0D and 45. RGB value is (188,13,69). Sum of RGB (Red+Green+Blue) = 188+13+69=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D45 is #43F2BA. Grayscale: #474747. Windows color (decimal): -4453051 or 4525500. OLE color: 4525500.

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

Color convert

RGB1881369-
CMYK00.930.630.26
HSL340.8º87.06%39.41%-
HSV(B)340.8º93.09%73.73%-
XYZ21.9611.416.68-
YUV71.71126.48210.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=69.63%
G=4.81%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188136900.930.630.26340.887.0639.41
HexBCD4505D3F1A1555727
Octal274151050135773252512747
Binary101111001101100010101011101111111110101010101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0D45; }

 p { color: rgb(188,13,69); }

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

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

 a { background-color: rgb(188,13,69); }

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

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

 span { border-color: rgb(188,13,69); }

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