Html Css Color HEX #BA1636 Cardinal

📋 copy color: '#BA1636'

red 186 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #BA1636

Tints of Cardinal #BA1636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 70.99%
G = 8.4%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA1636 (or 0xBA1636) is known color: Cardinal. HEX triplet: BA, 16 and 36. RGB value is (186,22,54). Sum of RGB (Red+Green+Blue) = 186+22+54=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1636 is #45E9C9. Grayscale: #4A4A4A. Windows color (decimal): -4581834 or 3544762. OLE color: 3544762.

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

Color convert

RGB 186 22 54 -
CMYK 0 0.88 0.71 0.27
HSL 348.29º 0.79% 0.41% -
HSV(B) 348.29º 0.88% 0.73% -
XYZ 21.2 11.28 4.55 -
YUV 74.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 186 22 54 0 0.88 0.71 0.27 348.29 0.79 0.41
Hex BA 16 36 0 58 47 1B 15C 4F 29
Octal 272 26 66 0 130 107 33 534 117 51
Binary 10111010 10110 110110 0 1011000 1000111 11011 101011100 1001111 101001

Color Harmonies of #BA1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1636

Black with #BA1636

Text Example


Text Example

White with #BA1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1636; }

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

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

background-color css

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

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

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

border-color css

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

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

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