#BC2036

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

Shades of Cardinal #BC2036

Tints of Cardinal #BC2036

Color information

#BC2036 (or 0xBC2036) is unknown color: approx Cardinal. HEX triplet: BC, 20 and 36. RGB value is (188,32,54). Sum of RGB (Red+Green+Blue) = 188+32+54=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2036 is #43DFC9. Grayscale: #515151. Windows color (decimal): -4448202 or 3547324. OLE color: 3547324.

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

Color convert

RGB1883254-
CMYK00.830.710.26
HSL351.54º70.91%43.14%-
HSV(B)351.54º82.98%73.73%-
XYZ21.9211.994.65-
YUV81.15112.68204.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=68.61%
G=11.68%
B=19.71%

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
Decimal188325400.830.710.26351.5470.9143.14
HexBC2036053471A160472b
Octal274406601231073254010753
Binary10111100100000110110010100111000111110101011000001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2036; }

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

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

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

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

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

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

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

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