Html Css Color HEX #BA1935 Cardinal

📋 copy color: '#BA1935'

red 186 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #BA1935

Tints of Cardinal #BA1935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 70.45%
G = 9.47%
B = 20.08%

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

#BA1935 (or 0xBA1935) is known color: Cardinal. HEX triplet: BA, 19 and 35. RGB value is (186,25,53). Sum of RGB (Red+Green+Blue) = 186+25+53=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1935 is #45E6CA. Grayscale: #4C4C4C. Windows color (decimal): -4581067 or 3479994. OLE color: 3479994.

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

Color convert

RGB 186 25 53 -
CMYK 0 0.87 0.72 0.27
HSL 349.57º 0.76% 0.41% -
HSV(B) 349.57º 0.87% 0.73% -
XYZ 21.24 11.39 4.45 -
YUV 76.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 186 25 53 0 0.87 0.72 0.27 349.57 0.76 0.41
Hex BA 19 35 0 57 48 1B 15E 4C 29
Octal 272 31 65 0 127 110 33 536 114 51
Binary 10111010 11001 110101 0 1010111 1001000 11011 101011110 1001100 101001

Color Harmonies of #BA1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1935

Black with #BA1935

Text Example


Text Example

White with #BA1935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1935; }

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

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

background-color css

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

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

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

border-color css

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

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

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