Html Css Color HEX #BA1736 Cardinal

📋 copy color: '#BA1736'

red 186 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #BA1736

Tints of Cardinal #BA1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

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

R = 70.72%
G = 8.75%
B = 20.53%

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

#BA1736 (or 0xBA1736) is known color: Cardinal. HEX triplet: BA, 17 and 36. RGB value is (186,23,54). Sum of RGB (Red+Green+Blue) = 186+23+54=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1736 is #45E8C9. Grayscale: #4B4B4B. Windows color (decimal): -4581578 or 3545018. OLE color: 3545018.

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

Color convert

RGB 186 23 54 -
CMYK 0 0.88 0.71 0.27
HSL 348.59º 0.78% 0.41% -
HSV(B) 348.59º 0.88% 0.73% -
XYZ 21.22 11.32 4.56 -
YUV 75.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 186 23 54 0 0.88 0.71 0.27 348.59 0.78 0.41
Hex BA 17 36 0 58 47 1B 15D 4E 29
Octal 272 27 66 0 130 107 33 535 116 51
Binary 10111010 10111 110110 0 1011000 1000111 11011 101011101 1001110 101001

Color Harmonies of #BA1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1736

Black with #BA1736

Text Example


Text Example

White with #BA1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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