#BA112A

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

Shades of Cardinal #BA112A

Tints of Cardinal #BA112A

Color information

#BA112A (or 0xBA112A) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 2A. RGB value is (186,17,42). Sum of RGB (Red+Green+Blue) = 186+17+42=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA112A is #45EED5. Grayscale: #464646. Windows color (decimal): -4583126 or 2757050. OLE color: 2757050.

HSL color Cylindrical-coordinate representation of color #BA112A: hue angle of 351.12º 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 #BA112A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1861742-
CMYK00.910.770.27
HSL351.12º83.25%39.8%-
HSV(B)351.12º90.86%72.94%-
XYZ20.8711.013.22-
YUV70.38111.99210.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.92%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=75.92%
G=6.94%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186174200.910.770.27351.1283.2539.8
HexBA112A05B4D1B15f5328
Octal272215201331153353712350
Binary1011101010001101010010110111001101110111010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA112A; }

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

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

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

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

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

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

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

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