#BA1132

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

Shades of Cardinal #BA1132

Tints of Cardinal #BA1132

Color information

#BA1132 (or 0xBA1132) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 32. RGB value is (186,17,50). Sum of RGB (Red+Green+Blue) = 186+17+50=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1132 is #45EECD. Grayscale: #474747. Windows color (decimal): -4583118 or 3281338. OLE color: 3281338.

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

Color convert

RGB1861750-
CMYK00.910.730.27
HSL348.28º83.25%39.8%-
HSV(B)348.28º90.86%72.94%-
XYZ21.0311.074.05-
YUV71.29115.99209.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=73.52%
G=6.72%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186175000.910.730.27348.2883.2539.8
HexBA113205B491B15c5328
Octal272216201331113353412350
Binary1011101010001110010010110111001001110111010111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1132; }

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

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

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

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

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

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

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

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