#BC1E41

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

Shades of Cardinal #BC1E41

Tints of Cardinal #BC1E41

Color information

#BC1E41 (or 0xBC1E41) is unknown color: approx Cardinal. HEX triplet: BC, 1E and 41. RGB value is (188,30,65). Sum of RGB (Red+Green+Blue) = 188+30+65=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E41 is #43E1BE. Grayscale: #515151. Windows color (decimal): -4448703 or 4267708. OLE color: 4267708.

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

Color convert

RGB1883065-
CMYK00.840.650.26
HSL346.71º72.48%42.75%-
HSV(B)346.71º84.04%73.73%-
XYZ22.16126.15-
YUV81.23118.85204.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.43%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=66.43%
G=10.60%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188306500.840.650.26346.7172.4842.75
HexBC1E41054411A15b482b
Octal2743610101241013253311053
Binary10111100111101000001010101001000001110101010110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1E41; }

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

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

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

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

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

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

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

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