Html Css Color HEX #BA1133 Cardinal

📋 copy color: '#BA1133'

red 186 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #BA1133

Tints of Cardinal #BA1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 73.23%
G = 6.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1133 (or 0xBA1133) is known color: Cardinal. HEX triplet: BA, 11 and 33. RGB value is (186,17,51). Sum of RGB (Red+Green+Blue) = 186+17+51=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1133 is #45EECC. Grayscale: #474747. Windows color (decimal): -4583117 or 3346874. OLE color: 3346874.

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

Color convert

RGB 186 17 51 -
CMYK 0 0.91 0.73 0.27
HSL 347.93º 0.83% 0.4% -
HSV(B) 347.93º 0.91% 0.73% -
XYZ 21.05 11.08 4.16 -
YUV 71.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 186 17 51 0 0.91 0.73 0.27 347.93 0.83 0.4
Hex BA 11 33 0 5B 49 1B 15C 53 28
Octal 272 21 63 0 133 111 33 534 123 50
Binary 10111010 10001 110011 0 1011011 1001001 11011 101011100 1010011 101000

Color Harmonies of #BA1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1133

Black with #BA1133

Text Example


Text Example

White with #BA1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1133; }

 p { color: rgb(186,17,51); }

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

background-color css

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

 a { background-color: rgb(186,17,51); }

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

border-color css

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

 span { border-color: rgb(186,17,51); }

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