#BA153B

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

Shades of Cardinal #BA153B

Tints of Cardinal #BA153B

Color information

#BA153B (or 0xBA153B) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 3B. RGB value is (186,21,59). Sum of RGB (Red+Green+Blue) = 186+21+59=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA153B is #45EAC4. Grayscale: #4A4A4A. Windows color (decimal): -4582085 or 3872186. OLE color: 3872186.

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

Color convert

RGB1862159-
CMYK00.890.680.27
HSL346.18º79.71%40.59%-
HSV(B)346.18º88.71%72.94%-
XYZ21.3111.295.19-
YUV74.67119.16207.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=69.92%
G=7.89%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186215900.890.680.27346.1879.7140.59
HexBA153B059441B15a5029
Octal272257301311043353212051
Binary1011101010101111011010110011000100110111010110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA153B; }

 p { color: rgb(186,21,59); }

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

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

 a { background-color: rgb(186,21,59); }

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

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

 span { border-color: rgb(186,21,59); }

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