Html Css Color HEX #BA1741 Cardinal

📋 copy color: '#BA1741'

red 186 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #BA1741

Tints of Cardinal #BA1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 67.88%
G = 8.39%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA1741 (or 0xBA1741) is known color: Cardinal. HEX triplet: BA, 17 and 41. RGB value is (186,23,65). Sum of RGB (Red+Green+Blue) = 186+23+65=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1741 is #45E8BE. Grayscale: #4C4C4C. Windows color (decimal): -4581567 or 4265914. OLE color: 4265914.

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

Color convert

RGB 186 23 65 -
CMYK 0 0.88 0.65 0.27
HSL 344.54º 0.78% 0.41% -
HSV(B) 344.54º 0.88% 0.73% -
XYZ 21.51 11.43 6.07 -
YUV 76.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 186 23 65 0 0.88 0.65 0.27 344.54 0.78 0.41
Hex BA 17 41 0 58 41 1B 159 4E 29
Octal 272 27 101 0 130 101 33 531 116 51
Binary 10111010 10111 1000001 0 1011000 1000001 11011 101011001 1001110 101001

Color Harmonies of #BA1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1741

Black with #BA1741

Text Example


Text Example

White with #BA1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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