#BA2833

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

Shades of Cardinal #BA2833

Tints of Cardinal #BA2833

Color information

#BA2833 (or 0xBA2833) is unknown color: approx Cardinal. HEX triplet: BA, 28 and 33. RGB value is (186,40,51). Sum of RGB (Red+Green+Blue) = 186+40+51=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2833 is #45D7CC. Grayscale: #555555. Windows color (decimal): -4577229 or 3352762. OLE color: 3352762.

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

Color convert

RGB1864051-
CMYK00.780.730.27
HSL355.48º64.6%44.31%-
HSV(B)355.48º78.49%72.94%-
XYZ21.6112.24.35-
YUV84.91108.87200.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=67.15%
G=14.44%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186405100.780.730.27355.4864.644.31
HexBA283304E491B163412c
Octal272506301161113354310154
Binary10111010101000110011010011101001001110111011000111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2833; }

 p { color: rgb(186,40,51); }

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

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

 a { background-color: rgb(186,40,51); }

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

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

 span { border-color: rgb(186,40,51); }

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