Html Css Color HEX #BA1641 Cardinal

📋 copy color: '#BA1641'

red 186 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #BA1641

Tints of Cardinal #BA1641

RGB

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

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

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

R = 68.13%
G = 8.06%
B = 23.81%

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

#BA1641 (or 0xBA1641) is known color: Cardinal. HEX triplet: BA, 16 and 41. RGB value is (186,22,65). Sum of RGB (Red+Green+Blue) = 186+22+65=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1641 is #45E9BE. Grayscale: #4B4B4B. Windows color (decimal): -4581823 or 4265658. OLE color: 4265658.

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

Color convert

RGB 186 22 65 -
CMYK 0 0.88 0.65 0.27
HSL 344.27º 0.79% 0.41% -
HSV(B) 344.27º 0.88% 0.73% -
XYZ 21.49 11.39 6.07 -
YUV 75.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 186 22 65 0 0.88 0.65 0.27 344.27 0.79 0.41
Hex BA 16 41 0 58 41 1B 158 4F 29
Octal 272 26 101 0 130 101 33 530 117 51
Binary 10111010 10110 1000001 0 1011000 1000001 11011 101011000 1001111 101001

Color Harmonies of #BA1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1641

Black with #BA1641

Text Example


Text Example

White with #BA1641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1641; }

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

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

background-color css

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

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

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

border-color css

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

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

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