#BA1130

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

Shades of Cardinal #BA1130

Tints of Cardinal #BA1130

Color information

#BA1130 (or 0xBA1130) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 30. RGB value is (186,17,48). Sum of RGB (Red+Green+Blue) = 186+17+48=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1130 is #45EECF. Grayscale: #474747. Windows color (decimal): -4583120 or 3150266. OLE color: 3150266.

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

Color convert

RGB1861748-
CMYK00.910.740.27
HSL348.99º83.25%39.8%-
HSV(B)348.99º90.86%72.94%-
XYZ20.9811.053.82-
YUV71.06114.99209.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.10%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=74.10%
G=6.77%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186174800.910.740.27348.9983.2539.8
HexBA113005B4A1B15d5328
Octal272216001331123353512350
Binary1011101010001110000010110111001010110111010111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1130; }

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

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

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

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

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

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

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

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