#BC153E

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

Shades of Cardinal #BC153E

Tints of Cardinal #BC153E

Color information

#BC153E (or 0xBC153E) is unknown color: approx Cardinal. HEX triplet: BC, 15 and 3E. RGB value is (188,21,62). Sum of RGB (Red+Green+Blue) = 188+21+62=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC153E is #43EAC1. Grayscale: #4B4B4B. Windows color (decimal): -4451010 or 4068796. OLE color: 4068796.

HSL color Cylindrical-coordinate representation of color #BC153E: hue angle of 345.27º degrees, saturation: 0.8, 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 #BC153E is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1882162-
CMYK00.890.670.26
HSL345.27º79.9%40.98%-
HSV(B)345.27º88.83%73.73%-
XYZ21.8811.585.64-
YUV75.61120.33208.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=69.37%
G=7.75%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188216200.890.670.26345.2779.940.98
HexBC153E059431A1595029
Octal274257601311033253112051
Binary1011110010101111110010110011000011110101010110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC153E; }

 p { color: rgb(188,21,62); }

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

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

 a { background-color: rgb(188,21,62); }

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

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

 span { border-color: rgb(188,21,62); }

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