Html Css Color HEX #BA1436 Cardinal

📋 copy color: '#BA1436'

red 186 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #BA1436

Tints of Cardinal #BA1436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 71.54%
G = 7.69%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA1436 (or 0xBA1436) is known color: Cardinal. HEX triplet: BA, 14 and 36. RGB value is (186,20,54). Sum of RGB (Red+Green+Blue) = 186+20+54=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1436 is #45EBC9. Grayscale: #494949. Windows color (decimal): -4582346 or 3544250. OLE color: 3544250.

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

Color convert

RGB 186 20 54 -
CMYK 0 0.89 0.71 0.27
HSL 347.71º 0.81% 0.4% -
HSV(B) 347.71º 0.89% 0.73% -
XYZ 21.17 11.21 4.54 -
YUV 73.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 186 20 54 0 0.89 0.71 0.27 347.71 0.81 0.4
Hex BA 14 36 0 59 47 1B 15C 51 28
Octal 272 24 66 0 131 107 33 534 121 50
Binary 10111010 10100 110110 0 1011001 1000111 11011 101011100 1010001 101000

Color Harmonies of #BA1436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1436

Black with #BA1436

Text Example


Text Example

White with #BA1436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1436; }

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

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

background-color css

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

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

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

border-color css

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

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

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