Html Css Color HEX #BA1844 Cardinal

📋 copy color: '#BA1844'

red 186 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #BA1844

Tints of Cardinal #BA1844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

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

R = 66.91%
G = 8.63%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA1844 (or 0xBA1844) is known color: Cardinal. HEX triplet: BA, 18 and 44. RGB value is (186,24,68). Sum of RGB (Red+Green+Blue) = 186+24+68=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1844 is #45E7BB. Grayscale: #4D4D4D. Windows color (decimal): -4581308 or 4462778. OLE color: 4462778.

HSL color Cylindrical-coordinate representation of color #BA1844: hue angle of 343.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1844 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 68 -
CMYK 0 0.87 0.63 0.27
HSL 343.7º 0.77% 0.41% -
HSV(B) 343.7º 0.87% 0.73% -
XYZ 21.62 11.51 6.55 -
YUV 77.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 186 24 68 0 0.87 0.63 0.27 343.7 0.77 0.41
Hex BA 18 44 0 57 3F 1B 158 4D 29
Octal 272 30 104 0 127 77 33 530 115 51
Binary 10111010 11000 1000100 0 1010111 111111 11011 101011000 1001101 101001

Color Harmonies of #BA1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1844

Black with #BA1844

Text Example


Text Example

White with #BA1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1844; }

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

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

background-color css

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

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

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

border-color css

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

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

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