Html Css Color HEX #BA0032 Cardinal

📋 copy color: '#BA0032'

red 186 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #BA0032

Tints of Cardinal #BA0032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 78.81%
G = 0%
B = 21.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0032 (or 0xBA0032) is known color: Cardinal. HEX triplet: BA, 00 and 32. RGB value is (186,0,50). Sum of RGB (Red+Green+Blue) = 186+0+50=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0032 is #45FFCD. Grayscale: #3D3D3D. Windows color (decimal): -4587470 or 3276986. OLE color: 3276986.

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

Color convert

RGB 186 0 50 -
CMYK 0 1 0.73 0.27
HSL 343.87º 1% 0.36% -
HSV(B) 343.87º 1% 0.73% -
XYZ 20.83 10.67 3.98 -
YUV 61.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 186 0 50 0 1 0.73 0.27 343.87 1 0.36
Hex BA 0 32 0 64 49 1B 158 64 24
Octal 272 0 62 0 144 111 33 530 144 44
Binary 10111010 0 110010 0 1100100 1001001 11011 101011000 1100100 100100

Color Harmonies of #BA0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0032

Black with #BA0032

Text Example


Text Example

White with #BA0032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0032; }

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

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

background-color css

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

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

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

border-color css

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

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

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