#BC0536

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

Shades of Cardinal #BC0536

Tints of Cardinal #BC0536

Color information

#BC0536 (or 0xBC0536) is unknown color: approx Cardinal. HEX triplet: BC, 05 and 36. RGB value is (188,5,54). Sum of RGB (Red+Green+Blue) = 188+5+54=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0536 is #43FAC9. Grayscale: #414141. Windows color (decimal): -4455114 or 3540412. OLE color: 3540412.

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

Color convert

RGB188554-
CMYK00.970.710.26
HSL343.93º94.82%37.84%-
HSV(B)343.93º97.34%73.73%-
XYZ21.4611.074.5-
YUV65.3121.63215.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=76.11%
G=2.02%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18855400.970.710.26343.9394.8237.84
HexBC536061471A1585f26
Octal27456601411073253013746
Binary10111100101110110011000011000111110101010110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0536; }

 p { color: rgb(188,5,54); }

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

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

 a { background-color: rgb(188,5,54); }

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

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

 span { border-color: rgb(188,5,54); }

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