Html Css Color HEX #BA0031 Cardinal

📋 copy color: '#BA0031'

red 186 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #BA0031

Tints of Cardinal #BA0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.15%
G = 0%
B = 20.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0031 (or 0xBA0031) is known color: Cardinal. HEX triplet: BA, 00 and 31. RGB value is (186,0,49). Sum of RGB (Red+Green+Blue) = 186+0+49=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0031 is #45FFCE. Grayscale: #3D3D3D. Windows color (decimal): -4587471 or 3211450. OLE color: 3211450.

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

Color convert

RGB 186 0 49 -
CMYK 0 1 0.74 0.27
HSL 344.19º 1% 0.36% -
HSV(B) 344.19º 1% 0.73% -
XYZ 20.8 10.66 3.87 -
YUV 61.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 186 0 49 0 1 0.74 0.27 344.19 1 0.36
Hex BA 0 31 0 64 4A 1B 158 64 24
Octal 272 0 61 0 144 112 33 530 144 44
Binary 10111010 0 110001 0 1100100 1001010 11011 101011000 1100100 100100

Color Harmonies of #BA0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0031

Black with #BA0031

Text Example


Text Example

White with #BA0031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0031; }

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

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

background-color css

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

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

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

border-color css

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

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

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