#BA122C

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

Shades of Cardinal #BA122C

Tints of Cardinal #BA122C

Color information

#BA122C (or 0xBA122C) is unknown color: approx Cardinal. HEX triplet: BA, 12 and 2C. RGB value is (186,18,44). Sum of RGB (Red+Green+Blue) = 186+18+44=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122C is #45EDD3. Grayscale: #474747. Windows color (decimal): -4582868 or 2888378. OLE color: 2888378.

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

Color convert

RGB1861844-
CMYK00.900.760.27
HSL350.71º82.35%40%-
HSV(B)350.71º90.32%72.94%-
XYZ20.9211.053.41-
YUV71.2112.66209.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=75%
G=7.26%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186184400.900.760.27350.7182.3540
HexBA122C05A4C1B15f5228
Octal272225401321143353712250
Binary1011101010010101100010110101001100110111010111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA122C; }

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

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

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

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

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

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

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

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