#BA0A2E

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

Shades of Cardinal #BA0A2E

Tints of Cardinal #BA0A2E

Color information

#BA0A2E (or 0xBA0A2E) is unknown color: approx Cardinal. HEX triplet: BA, 0A and 2E. RGB value is (186,10,46). Sum of RGB (Red+Green+Blue) = 186+10+46=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A2E is #45F5D1. Grayscale: #424242. Windows color (decimal): -4584914 or 3017402. OLE color: 3017402.

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

Color convert

RGB1861046-
CMYK00.950.750.27
HSL347.73º89.8%38.43%-
HSV(B)347.73º94.62%72.94%-
XYZ20.8510.853.58-
YUV66.73116.31213.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.86%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=76.86%
G=4.13%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186104600.950.750.27347.7389.838.43
HexBAA2E05F4B1B15c5a26
Octal272125601371133353413246
Binary101110101010101110010111111001011110111010111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A2E; }

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

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

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

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

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

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

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

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