#BC0637

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

Shades of Cardinal #BC0637

Tints of Cardinal #BC0637

Color information

#BC0637 (or 0xBC0637) is unknown color: approx Cardinal. HEX triplet: BC, 06 and 37. RGB value is (188,6,55). Sum of RGB (Red+Green+Blue) = 188+6+55=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0637 is #43F9C8. Grayscale: #414141. Windows color (decimal): -4454857 or 3606204. OLE color: 3606204.

HSL color Cylindrical-coordinate representation of color #BC0637: hue angle of 343.85º degrees, saturation: 0.94, 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 #BC0637 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB188655-
CMYK00.970.710.26
HSL343.85º93.81%38.04%-
HSV(B)343.85º96.81%73.73%-
XYZ21.4911.14.62-
YUV66121.8215.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=75.50%
G=2.41%
B=22.09%

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
Decimal18865500.970.710.26343.8593.8138.04
HexBC637061471A1585e26
Octal27466701411073253013646
Binary10111100110110111011000011000111110101010110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0637; }

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

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

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

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

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

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

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

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