#BA0A41

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

Shades of Cardinal #BA0A41

Tints of Cardinal #BA0A41

Color information

#BA0A41 (or 0xBA0A41) is unknown color: approx Cardinal. HEX triplet: BA, 0A and 41. RGB value is (186,10,65). Sum of RGB (Red+Green+Blue) = 186+10+65=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A41 is #45F5BE. Grayscale: #444444. Windows color (decimal): -4584895 or 4262586. OLE color: 4262586.

HSL color Cylindrical-coordinate representation of color #BA0A41: hue angle of 341.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A41 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1861065-
CMYK00.950.650.27
HSL341.25º89.8%38.43%-
HSV(B)341.25º94.62%72.94%-
XYZ21.3111.046.01-
YUV68.89125.81211.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=71.26%
G=3.83%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186106500.950.650.27341.2589.838.43
HexBAA4105F411B1555a26
Octal2721210101371013352513246
Binary1011101010101000001010111111000001110111010101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A41; }

 p { color: rgb(186,10,65); }

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

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

 a { background-color: rgb(186,10,65); }

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

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

 span { border-color: rgb(186,10,65); }

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