#BA122A

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

Shades of Cardinal #BA122A

Tints of Cardinal #BA122A

Color information

#BA122A (or 0xBA122A) is unknown color: approx Cardinal. HEX triplet: BA, 12 and 2A. RGB value is (186,18,42). Sum of RGB (Red+Green+Blue) = 186+18+42=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122A is #45EDD5. Grayscale: #474747. Windows color (decimal): -4582870 or 2757306. OLE color: 2757306.

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

Color convert

RGB1861842-
CMYK00.900.770.27
HSL351.43º82.35%40%-
HSV(B)351.43º90.32%72.94%-
XYZ20.8811.043.22-
YUV70.97111.66210.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.61%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=75.61%
G=7.32%
B=17.07%

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
Decimal186184200.900.770.27351.4382.3540
HexBA122A05A4D1B15f5228
Octal272225201321153353712250
Binary1011101010010101010010110101001101110111010111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA122A; }

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

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

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

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

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

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

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

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