#BA1142

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

Shades of Cardinal #BA1142

Tints of Cardinal #BA1142

Color information

#BA1142 (or 0xBA1142) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 42. RGB value is (186,17,66). Sum of RGB (Red+Green+Blue) = 186+17+66=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1142 is #45EEBD. Grayscale: #494949. Windows color (decimal): -4583102 or 4329914. OLE color: 4329914.

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

Color convert

RGB1861766-
CMYK00.910.650.27
HSL342.6º83.25%39.8%-
HSV(B)342.6º90.86%72.94%-
XYZ21.4311.236.19-
YUV73.12123.99208.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=69.14%
G=6.32%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186176600.910.650.27342.683.2539.8
HexBA114205B411B1575328
Octal2722110201331013352712350
Binary10111010100011000010010110111000001110111010101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1142; }

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

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

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

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

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

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

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

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