Html Css Color HEX #BA1846 Cardinal

📋 copy color: '#BA1846'

red 186 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #BA1846

Tints of Cardinal #BA1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 66.43%
G = 8.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1846 (or 0xBA1846) is known color: Cardinal. HEX triplet: BA, 18 and 46. RGB value is (186,24,70). Sum of RGB (Red+Green+Blue) = 186+24+70=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1846 is #45E7B9. Grayscale: #4D4D4D. Windows color (decimal): -4581306 or 4593850. OLE color: 4593850.

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

Color convert

RGB 186 24 70 -
CMYK 0 0.87 0.62 0.27
HSL 342.96º 0.77% 0.41% -
HSV(B) 342.96º 0.87% 0.73% -
XYZ 21.68 11.53 6.88 -
YUV 77.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 186 24 70 0 0.87 0.62 0.27 342.96 0.77 0.41
Hex BA 18 46 0 57 3E 1B 157 4D 29
Octal 272 30 106 0 127 76 33 527 115 51
Binary 10111010 11000 1000110 0 1010111 111110 11011 101010111 1001101 101001

Color Harmonies of #BA1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1846

Black with #BA1846

Text Example


Text Example

White with #BA1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1846; }

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

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

background-color css

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

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

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

border-color css

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

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

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