#BA1630

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

Shades of Cardinal #BA1630

Tints of Cardinal #BA1630

Color information

#BA1630 (or 0xBA1630) is unknown color: approx Cardinal. HEX triplet: BA, 16 and 30. RGB value is (186,22,48). Sum of RGB (Red+Green+Blue) = 186+22+48=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1630 is #45E9CF. Grayscale: #4A4A4A. Windows color (decimal): -4581840 or 3151546. OLE color: 3151546.

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

Color convert

RGB1862248-
CMYK00.880.740.27
HSL350.49º78.85%40.78%-
HSV(B)350.49º88.17%72.94%-
XYZ21.0711.233.85-
YUV74113.33207.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=72.66%
G=8.59%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186224800.880.740.27350.4978.8540.78
HexBA16300584A1B15e4f29
Octal272266001301123353611751
Binary1011101010110110000010110001001010110111010111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1630; }

 p { color: rgb(186,22,48); }

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

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

 a { background-color: rgb(186,22,48); }

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

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

 span { border-color: rgb(186,22,48); }

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