#BA193D

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

Shades of Cardinal #BA193D

Tints of Cardinal #BA193D

Color information

#BA193D (or 0xBA193D) is unknown color: approx Cardinal. HEX triplet: BA, 19 and 3D. RGB value is (186,25,61). Sum of RGB (Red+Green+Blue) = 186+25+61=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA193D is #45E6C2. Grayscale: #4D4D4D. Windows color (decimal): -4581059 or 4004282. OLE color: 4004282.

HSL color Cylindrical-coordinate representation of color #BA193D: hue angle of 346.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA193D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1862561-
CMYK00.870.670.27
HSL346.58º76.3%41.37%-
HSV(B)346.58º86.56%72.94%-
XYZ21.4411.475.5-
YUV77.24118.84205.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=68.38%
G=9.19%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186256100.870.670.27346.5876.341.37
HexBA193D057431B15b4c29
Octal272317501271033353311451
Binary1011101011001111101010101111000011110111010110111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA193D; }

 p { color: rgb(186,25,61); }

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

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

 a { background-color: rgb(186,25,61); }

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

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

 span { border-color: rgb(186,25,61); }

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