Html Css Color HEX #BA1644 Cardinal

📋 copy color: '#BA1644'

red 186 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #BA1644

Tints of Cardinal #BA1644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 67.39%
G = 7.97%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1644 (or 0xBA1644) is known color: Cardinal. HEX triplet: BA, 16 and 44. RGB value is (186,22,68). Sum of RGB (Red+Green+Blue) = 186+22+68=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1644 is #45E9BB. Grayscale: #4C4C4C. Windows color (decimal): -4581820 or 4462266. OLE color: 4462266.

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

Color convert

RGB 186 22 68 -
CMYK 0 0.88 0.63 0.27
HSL 343.17º 0.79% 0.41% -
HSV(B) 343.17º 0.88% 0.73% -
XYZ 21.58 11.43 6.54 -
YUV 76.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 186 22 68 0 0.88 0.63 0.27 343.17 0.79 0.41
Hex BA 16 44 0 58 3F 1B 157 4F 29
Octal 272 26 104 0 130 77 33 527 117 51
Binary 10111010 10110 1000100 0 1011000 111111 11011 101010111 1001111 101001

Color Harmonies of #BA1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1644

Black with #BA1644

Text Example


Text Example

White with #BA1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1644; }

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

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

background-color css

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

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

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

border-color css

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

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

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