Html Css Color HEX #BA0931 Cardinal

📋 copy color: '#BA0931'

red 186 ◦ green 9 ◦ blue 49

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

Shades of Cardinal #BA0931

Tints of Cardinal #BA0931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 76.23%
G = 3.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0931 (or 0xBA0931) is known color: Cardinal. HEX triplet: BA, 09 and 31. RGB value is (186,9,49). Sum of RGB (Red+Green+Blue) = 186+9+49=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0931 is #45F6CE. Grayscale: #424242. Windows color (decimal): -4585167 or 3213754. OLE color: 3213754.

HSL color Cylindrical-coordinate representation of color #BA0931: hue angle of 346.44º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0931 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 49 -
CMYK 0 0.95 0.74 0.27
HSL 346.44º 0.91% 0.38% -
HSV(B) 346.44º 0.95% 0.73% -
XYZ 20.9 10.86 3.9 -
YUV 66.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 186 9 49 0 0.95 0.74 0.27 346.44 0.91 0.38
Hex BA 9 31 0 5F 4A 1B 15A 5B 26
Octal 272 11 61 0 137 112 33 532 133 46
Binary 10111010 1001 110001 0 1011111 1001010 11011 101011010 1011011 100110

Color Harmonies of #BA0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0931

Black with #BA0931

Text Example


Text Example

White with #BA0931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0931; }

 p { color: rgb(186,9,49); }

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

background-color css

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

 a { background-color: rgb(186,9,49); }

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

border-color css

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

 span { border-color: rgb(186,9,49); }

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