#BC143A

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

Shades of Cardinal #BC143A

Tints of Cardinal #BC143A

Color information

#BC143A (or 0xBC143A) is unknown color: approx Cardinal. HEX triplet: BC, 14 and 3A. RGB value is (188,20,58). Sum of RGB (Red+Green+Blue) = 188+20+58=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC143A is #43EBC5. Grayscale: #4A4A4A. Windows color (decimal): -4451270 or 3806396. OLE color: 3806396.

HSL color Cylindrical-coordinate representation of color #BC143A: hue angle of 346.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC143A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1882058-
CMYK00.890.690.26
HSL346.43º80.77%40.78%-
HSV(B)346.43º89.36%73.73%-
XYZ21.7511.55.08-
YUV74.56118.66208.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.68%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=70.68%
G=7.52%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188205800.890.690.26346.4380.7740.78
HexBC143A059451A15a5129
Octal274247201311053253212151
Binary1011110010100111010010110011000101110101010110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC143A; }

 p { color: rgb(188,20,58); }

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

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

 a { background-color: rgb(188,20,58); }

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

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

 span { border-color: rgb(188,20,58); }

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