#BC1B41

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

Shades of Cardinal #BC1B41

Tints of Cardinal #BC1B41

Color information

#BC1B41 (or 0xBC1B41) is unknown color: approx Cardinal. HEX triplet: BC, 1B and 41. RGB value is (188,27,65). Sum of RGB (Red+Green+Blue) = 188+27+65=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B41 is #43E4BE. Grayscale: #4F4F4F. Windows color (decimal): -4449471 or 4266940. OLE color: 4266940.

HSL color Cylindrical-coordinate representation of color #BC1B41: hue angle of 345.84º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B41 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1882765-
CMYK00.860.650.26
HSL345.84º74.88%42.16%-
HSV(B)345.84º85.64%73.73%-
XYZ22.0911.866.13-
YUV79.47119.84205.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=67.14%
G=9.64%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188276500.860.650.26345.8474.8842.16
HexBC1B41056411A15a4b2a
Octal2743310101261013253211352
Binary10111100110111000001010101101000001110101010110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B41; }

 p { color: rgb(188,27,65); }

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

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

 a { background-color: rgb(188,27,65); }

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

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

 span { border-color: rgb(188,27,65); }

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