Html Css Color HEX #BA1138 Cardinal

📋 copy color: '#BA1138'

red 186 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #BA1138

Tints of Cardinal #BA1138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 71.81%
G = 6.56%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA1138 (or 0xBA1138) is known color: Cardinal. HEX triplet: BA, 11 and 38. RGB value is (186,17,56). Sum of RGB (Red+Green+Blue) = 186+17+56=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1138 is #45EEC7. Grayscale: #474747. Windows color (decimal): -4583112 or 3674554. OLE color: 3674554.

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

Color convert

RGB 186 17 56 -
CMYK 0 0.91 0.70 0.27
HSL 346.15º 0.83% 0.4% -
HSV(B) 346.15º 0.91% 0.73% -
XYZ 21.16 11.13 4.77 -
YUV 71.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 186 17 56 0 0.91 0.70 0.27 346.15 0.83 0.4
Hex BA 11 38 0 5B 46 1B 15A 53 28
Octal 272 21 70 0 133 106 33 532 123 50
Binary 10111010 10001 111000 0 1011011 1000110 11011 101011010 1010011 101000

Color Harmonies of #BA1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1138

Black with #BA1138

Text Example


Text Example

White with #BA1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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