#BC0445

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

Shades of Cardinal #BC0445

Tints of Cardinal #BC0445

Color information

#BC0445 (or 0xBC0445) is unknown color: approx Cardinal. HEX triplet: BC, 04 and 45. RGB value is (188,4,69). Sum of RGB (Red+Green+Blue) = 188+4+69=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0445 is #43FBBA. Grayscale: #424242. Windows color (decimal): -4455355 or 4523196. OLE color: 4523196.

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

Color convert

RGB188469-
CMYK00.980.630.26
HSL338.8º95.83%37.65%-
HSV(B)338.8º97.87%73.73%-
XYZ21.8611.216.64-
YUV66.43129.46214.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.03%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=72.03%
G=1.53%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18846900.980.630.26338.895.8337.65
HexBC4450623F1A1536026
Octal27441050142773252314046
Binary10111100100100010101100010111111110101010100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0445; }

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

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

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

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

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

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

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

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