#BA073B

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

Shades of Cardinal #BA073B

Tints of Cardinal #BA073B

Color information

#BA073B (or 0xBA073B) is unknown color: approx Cardinal. HEX triplet: BA, 07 and 3B. RGB value is (186,7,59). Sum of RGB (Red+Green+Blue) = 186+7+59=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA073B is #45F8C4. Grayscale: #424242. Windows color (decimal): -4585669 or 3868602. OLE color: 3868602.

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

Color convert

RGB186759-
CMYK00.960.680.27
HSL342.57º92.75%37.84%-
HSV(B)342.57º96.24%72.94%-
XYZ21.1210.915.13-
YUV66.45123.8213.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=73.81%
G=2.78%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18675900.960.680.27342.5792.7537.84
HexBA73B060441B1575d26
Octal27277301401043352713546
Binary10111010111111011011000001000100110111010101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA073B; }

 p { color: rgb(186,7,59); }

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

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

 a { background-color: rgb(186,7,59); }

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

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

 span { border-color: rgb(186,7,59); }

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