#BA112E

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

Shades of Cardinal #BA112E

Tints of Cardinal #BA112E

Color information

#BA112E (or 0xBA112E) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 2E. RGB value is (186,17,46). Sum of RGB (Red+Green+Blue) = 186+17+46=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA112E is #45EED1. Grayscale: #464646. Windows color (decimal): -4583122 or 3019194. OLE color: 3019194.

HSL color Cylindrical-coordinate representation of color #BA112E: hue angle of 349.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA112E is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1861746-
CMYK00.910.750.27
HSL349.7º83.25%39.8%-
HSV(B)349.7º90.86%72.94%-
XYZ20.9411.043.61-
YUV70.84113.99210.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.70%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=74.70%
G=6.83%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186174600.910.750.27349.783.2539.8
HexBA112E05B4B1B15e5328
Octal272215601331133353612350
Binary1011101010001101110010110111001011110111010111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA112E; }

 p { color: rgb(186,17,46); }

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

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

 a { background-color: rgb(186,17,46); }

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

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

 span { border-color: rgb(186,17,46); }

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