#BC2037

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

Shades of Cardinal #BC2037

Tints of Cardinal #BC2037

Color information

#BC2037 (or 0xBC2037) is unknown color: approx Cardinal. HEX triplet: BC, 20 and 37. RGB value is (188,32,55). Sum of RGB (Red+Green+Blue) = 188+32+55=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2037 is #43DFC8. Grayscale: #515151. Windows color (decimal): -4448201 or 3612860. OLE color: 3612860.

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

Color convert

RGB1883255-
CMYK00.830.710.26
HSL351.15º70.91%43.14%-
HSV(B)351.15º82.98%73.73%-
XYZ21.95124.77-
YUV81.27113.18204.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.36%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 55 (21.88% from 255) = 20%
R=68.36%
G=11.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188325500.830.710.26351.1570.9143.14
HexBC2037053471A15f472b
Octal274406701231073253710753
Binary10111100100000110111010100111000111110101010111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2037; }

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

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

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

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

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

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

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

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