#BA2031

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

Shades of Cardinal #BA2031

Tints of Cardinal #BA2031

Color information

#BA2031 (or 0xBA2031) is unknown color: approx Cardinal. HEX triplet: BA, 20 and 31. RGB value is (186,32,49). Sum of RGB (Red+Green+Blue) = 186+32+49=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2031 is #45DFCE. Grayscale: #505050. Windows color (decimal): -4579279 or 3219642. OLE color: 3219642.

HSL color Cylindrical-coordinate representation of color #BA2031: hue angle of 353.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2031 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1863249-
CMYK00.830.740.27
HSL353.38º70.64%42.75%-
HSV(B)353.38º82.8%72.94%-
XYZ21.3211.694.04-
YUV79.98110.52203.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=69.66%
G=11.99%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186324900.830.740.27353.3870.6442.75
HexBA20310534A1B161472b
Octal272406101231123354110753
Binary10111010100000110001010100111001010110111011000011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2031; }

 p { color: rgb(186,32,49); }

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

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

 a { background-color: rgb(186,32,49); }

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

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

 span { border-color: rgb(186,32,49); }

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