#BA1734

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

Shades of Cardinal #BA1734

Tints of Cardinal #BA1734

Color information

#BA1734 (or 0xBA1734) is unknown color: approx Cardinal. HEX triplet: BA, 17 and 34. RGB value is (186,23,52). Sum of RGB (Red+Green+Blue) = 186+23+52=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1734 is #45E8CB. Grayscale: #4B4B4B. Windows color (decimal): -4581580 or 3413946. OLE color: 3413946.

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

Color convert

RGB1862352-
CMYK00.880.720.27
HSL349.33º77.99%40.98%-
HSV(B)349.33º87.63%72.94%-
XYZ21.1811.34.31-
YUV75.04115207.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=71.26%
G=8.81%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186235200.880.720.27349.3377.9940.98
HexBA1734058481B15d4e29
Octal272276401301103353511651
Binary1011101010111110100010110001001000110111010111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1734; }

 p { color: rgb(186,23,52); }

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

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

 a { background-color: rgb(186,23,52); }

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

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

 span { border-color: rgb(186,23,52); }

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