#BC1637

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

Shades of Cardinal #BC1637

Tints of Cardinal #BC1637

Color information

#BC1637 (or 0xBC1637) is unknown color: approx Cardinal. HEX triplet: BC, 16 and 37. RGB value is (188,22,55). Sum of RGB (Red+Green+Blue) = 188+22+55=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1637 is #43E9C8. Grayscale: #4B4B4B. Windows color (decimal): -4450761 or 3610300. OLE color: 3610300.

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

Color convert

RGB1882255-
CMYK00.880.710.26
HSL348.07º79.05%41.18%-
HSV(B)348.07º88.3%73.73%-
XYZ21.7211.544.7-
YUV75.4116.5208.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.94%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=70.94%
G=8.30%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188225500.880.710.26348.0779.0541.18
HexBC1637058471A15c4f29
Octal274266701301073253411751
Binary1011110010110110111010110001000111110101010111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1637; }

 p { color: rgb(188,22,55); }

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

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

 a { background-color: rgb(188,22,55); }

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

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

 span { border-color: rgb(188,22,55); }

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