#BA2934

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

Shades of Cardinal #BA2934

Tints of Cardinal #BA2934

Color information

#BA2934 (or 0xBA2934) is unknown color: approx Cardinal. HEX triplet: BA, 29 and 34. RGB value is (186,41,52). Sum of RGB (Red+Green+Blue) = 186+41+52=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2934 is #45D6CB. Grayscale: #555555. Windows color (decimal): -4576972 or 3418554. OLE color: 3418554.

HSL color Cylindrical-coordinate representation of color #BA2934: hue angle of 355.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2934 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1864152-
CMYK00.780.720.27
HSL355.45º63.88%44.51%-
HSV(B)355.45º77.96%72.94%-
XYZ21.6612.274.48-
YUV85.61109.04199.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=66.67%
G=14.70%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186415200.780.720.27355.4563.8844.51
HexBA293404E481B163402d
Octal272516401161103354310055
Binary10111010101001110100010011101001000110111011000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2934; }

 p { color: rgb(186,41,52); }

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

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

 a { background-color: rgb(186,41,52); }

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

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

 span { border-color: rgb(186,41,52); }

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