#BA122B

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

Shades of Cardinal #BA122B

Tints of Cardinal #BA122B

Color information

#BA122B (or 0xBA122B) is unknown color: approx Cardinal. HEX triplet: BA, 12 and 2B. RGB value is (186,18,43). Sum of RGB (Red+Green+Blue) = 186+18+43=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122B is #45EDD4. Grayscale: #474747. Windows color (decimal): -4582869 or 2822842. OLE color: 2822842.

HSL color Cylindrical-coordinate representation of color #BA122B: hue angle of 351.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA122B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1861843-
CMYK00.900.770.27
HSL351.07º82.35%40%-
HSV(B)351.07º90.32%72.94%-
XYZ20.911.053.32-
YUV71.08112.16209.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.30%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=75.30%
G=7.29%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186184300.900.770.27351.0782.3540
HexBA122B05A4D1B15f5228
Octal272225301321153353712250
Binary1011101010010101011010110101001101110111010111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA122B; }

 p { color: rgb(186,18,43); }

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

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

 a { background-color: rgb(186,18,43); }

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

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

 span { border-color: rgb(186,18,43); }

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