Html Css Color HEX #BA1546 Cardinal

📋 copy color: '#BA1546'

red 186 ◦ green 21 ◦ blue 70

#BA1546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BA1546

Tints of Cardinal #BA1546

RGB

 RED value IS 186 (73.05% from 255) = 67.15%

 GREEN value IS 21 (8.59% from 255) = 7.58%

 BLUE value IS 70 (27.73% from 255) = 25.27%

R = 67.15%
G = 7.58%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1546 (or 0xBA1546) is known color: Cardinal. HEX triplet: BA, 15 and 46. RGB value is (186,21,70). Sum of RGB (Red+Green+Blue) = 186+21+70=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1546 is #45EAB9. Grayscale: #4B4B4B. Windows color (decimal): -4582074 or 4593082. OLE color: 4593082.

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

Color convert

RGB 186 21 70 -
CMYK 0 0.89 0.62 0.27
HSL 342.18º 0.8% 0.41% -
HSV(B) 342.18º 0.89% 0.73% -
XYZ 21.62 11.42 6.86 -
YUV 75.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 186 21 70 0 0.89 0.62 0.27 342.18 0.8 0.41
Hex BA 15 46 0 59 3E 1B 156 50 29
Octal 272 25 106 0 131 76 33 526 120 51
Binary 10111010 10101 1000110 0 1011001 111110 11011 101010110 1010000 101001

Color Harmonies of #BA1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1546

Black with #BA1546

Text Example


Text Example

White with #BA1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1546; }

 p { color: rgb(186,21,70); }

 H1.HeaderClassName
 {
   color: #BA1546;
 }
 .AnyTagClassName
 {
   color: #BA1546;
 }
</style>

background-color css

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

 a { background-color: rgb(186,21,70); }

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

border-color css

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

 span { border-color: rgb(186,21,70); }

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