#BA1530

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

Shades of Cardinal #BA1530

Tints of Cardinal #BA1530

Color information

#BA1530 (or 0xBA1530) is unknown color: approx Cardinal. HEX triplet: BA, 15 and 30. RGB value is (186,21,48). Sum of RGB (Red+Green+Blue) = 186+21+48=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1530 is #45EACF. Grayscale: #494949. Windows color (decimal): -4582096 or 3151290. OLE color: 3151290.

HSL color Cylindrical-coordinate representation of color #BA1530: hue angle of 350.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 #BA1530 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1862148-
CMYK00.890.740.27
HSL350.18º79.71%40.59%-
HSV(B)350.18º88.71%72.94%-
XYZ21.0511.193.85-
YUV73.41113.66208.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.94%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=72.94%
G=8.24%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186214800.890.740.27350.1879.7140.59
HexBA15300594A1B15e5029
Octal272256001311123353612051
Binary1011101010101110000010110011001010110111010111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1530; }

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

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

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

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

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

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

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

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