#BA0D31

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

Shades of Cardinal #BA0D31

Tints of Cardinal #BA0D31

Color information

#BA0D31 (or 0xBA0D31) is unknown color: approx Cardinal. HEX triplet: BA, 0D and 31. RGB value is (186,13,49). Sum of RGB (Red+Green+Blue) = 186+13+49=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D31 is #45F2CE. Grayscale: #444444. Windows color (decimal): -4584143 or 3214778. OLE color: 3214778.

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

Color convert

RGB1861349-
CMYK00.930.740.27
HSL347.51º86.93%39.02%-
HSV(B)347.51º93.01%72.94%-
XYZ20.9510.953.91-
YUV68.83116.81211.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75%
GREEN value IS 13 (5.47% from 255) = 5.24%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=75%
G=5.24%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186134900.930.740.27347.5186.9339.02
HexBAD3105D4A1B15c5727
Octal272156101351123353412747
Binary101110101101110001010111011001010110111010111001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D31; }

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

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

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

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

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

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

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

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