Html Css Color HEX #BA1646 Cardinal

📋 copy color: '#BA1646'

red 186 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #BA1646

Tints of Cardinal #BA1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

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

R = 66.91%
G = 7.91%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1646 (or 0xBA1646) is known color: Cardinal. HEX triplet: BA, 16 and 46. RGB value is (186,22,70). Sum of RGB (Red+Green+Blue) = 186+22+70=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1646 is #45E9B9. Grayscale: #4C4C4C. Windows color (decimal): -4581818 or 4593338. OLE color: 4593338.

HSL color Cylindrical-coordinate representation of color #BA1646: hue angle of 342.44º 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 #BA1646 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 70 -
CMYK 0 0.88 0.62 0.27
HSL 342.44º 0.79% 0.41% -
HSV(B) 342.44º 0.88% 0.73% -
XYZ 21.64 11.46 6.86 -
YUV 76.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 186 22 70 0 0.88 0.62 0.27 342.44 0.79 0.41
Hex BA 16 46 0 58 3E 1B 156 4F 29
Octal 272 26 106 0 130 76 33 526 117 51
Binary 10111010 10110 1000110 0 1011000 111110 11011 101010110 1001111 101001

Color Harmonies of #BA1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1646

Black with #BA1646

Text Example


Text Example

White with #BA1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1646; }

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

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

background-color css

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

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

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

border-color css

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

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

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