Html Css Color HEX #BA1729 Cardinal

📋 copy color: '#BA1729'

red 186 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #BA1729

Tints of Cardinal #BA1729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 74.4%
G = 9.2%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1729 (or 0xBA1729) is known color: Cardinal. HEX triplet: BA, 17 and 29. RGB value is (186,23,41). Sum of RGB (Red+Green+Blue) = 186+23+41=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1729 is #45E8D6. Grayscale: #494949. Windows color (decimal): -4581591 or 2693050. OLE color: 2693050.

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

Color convert

RGB 186 23 41 -
CMYK 0 0.88 0.78 0.27
HSL 353.37º 0.78% 0.41% -
HSV(B) 353.37º 0.88% 0.73% -
XYZ 20.96 11.21 3.16 -
YUV 73.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 186 23 41 0 0.88 0.78 0.27 353.37 0.78 0.41
Hex BA 17 29 0 58 4E 1B 161 4E 29
Octal 272 27 51 0 130 116 33 541 116 51
Binary 10111010 10111 101001 0 1011000 1001110 11011 101100001 1001110 101001

Color Harmonies of #BA1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1729

Black with #BA1729

Text Example


Text Example

White with #BA1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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