#BA1135

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

Shades of Cardinal #BA1135

Tints of Cardinal #BA1135

Color information

#BA1135 (or 0xBA1135) is unknown color: approx Cardinal. HEX triplet: BA, 11 and 35. RGB value is (186,17,53). Sum of RGB (Red+Green+Blue) = 186+17+53=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1135 is #45EECA. Grayscale: #474747. Windows color (decimal): -4583115 or 3477946. OLE color: 3477946.

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

Color convert

RGB1861753-
CMYK00.910.720.27
HSL347.22º83.25%39.8%-
HSV(B)347.22º90.86%72.94%-
XYZ21.0911.14.4-
YUV71.63117.49209.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=72.66%
G=6.64%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186175300.910.720.27347.2283.2539.8
HexBA113505B481B15b5328
Octal272216501331103353312350
Binary1011101010001110101010110111001000110111010110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1135; }

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

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

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

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

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

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

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

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