Html Css Color HEX #BA1934 Cardinal

📋 copy color: '#BA1934'

red 186 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #BA1934

Tints of Cardinal #BA1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 70.72%
G = 9.51%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1934 (or 0xBA1934) is known color: Cardinal. HEX triplet: BA, 19 and 34. RGB value is (186,25,52). Sum of RGB (Red+Green+Blue) = 186+25+52=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1934 is #45E6CB. Grayscale: #4C4C4C. Windows color (decimal): -4581068 or 3414458. OLE color: 3414458.

HSL color Cylindrical-coordinate representation of color #BA1934: hue angle of 349.94º degrees, saturation: 0.76, 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 #BA1934 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 52 -
CMYK 0 0.87 0.72 0.27
HSL 349.94º 0.76% 0.41% -
HSV(B) 349.94º 0.87% 0.73% -
XYZ 21.22 11.38 4.33 -
YUV 76.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 186 25 52 0 0.87 0.72 0.27 349.94 0.76 0.41
Hex BA 19 34 0 57 48 1B 15E 4C 29
Octal 272 31 64 0 127 110 33 536 114 51
Binary 10111010 11001 110100 0 1010111 1001000 11011 101011110 1001100 101001

Color Harmonies of #BA1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1934

Black with #BA1934

Text Example


Text Example

White with #BA1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1934; }

 p { color: rgb(186,25,52); }

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

background-color css

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

 a { background-color: rgb(186,25,52); }

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

border-color css

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

 span { border-color: rgb(186,25,52); }

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