#BA2732

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

Shades of Cardinal #BA2732

Tints of Cardinal #BA2732

Color information

#BA2732 (or 0xBA2732) is unknown color: approx Cardinal. HEX triplet: BA, 27 and 32. RGB value is (186,39,50). Sum of RGB (Red+Green+Blue) = 186+39+50=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2732 is #45D8CD. Grayscale: #545454. Windows color (decimal): -4577486 or 3286970. OLE color: 3286970.

HSL color Cylindrical-coordinate representation of color #BA2732: hue angle of 355.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2732 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1863950-
CMYK00.790.730.27
HSL355.51º65.33%44.12%-
HSV(B)355.51º79.03%72.94%-
XYZ21.5512.124.22-
YUV84.21108.7200.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=67.64%
G=14.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186395000.790.730.27355.5165.3344.12
HexBA273204F491B164412c
Octal272476201171113354410154
Binary10111010100111110010010011111001001110111011001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2732; }

 p { color: rgb(186,39,50); }

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

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

 a { background-color: rgb(186,39,50); }

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

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

 span { border-color: rgb(186,39,50); }

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