Html Css Color HEX #BA193F Cardinal

📋 copy color: '#BA193F'

red 186 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #BA193F

Tints of Cardinal #BA193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 63 (25% from 255) = 22.99%

R = 67.88%
G = 9.12%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA193F (or 0xBA193F) is known color: Cardinal. HEX triplet: BA, 19 and 3F. RGB value is (186,25,63). Sum of RGB (Red+Green+Blue) = 186+25+63=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA193F is #45E6C0. Grayscale: #4D4D4D. Windows color (decimal): -4581057 or 4135354. OLE color: 4135354.

HSL color Cylindrical-coordinate representation of color #BA193F: hue angle of 345.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA193F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 63 -
CMYK 0 0.87 0.66 0.27
HSL 345.84º 0.76% 0.41% -
HSV(B) 345.84º 0.87% 0.73% -
XYZ 21.49 11.49 5.79 -
YUV 77.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 186 25 63 0 0.87 0.66 0.27 345.84 0.76 0.41
Hex BA 19 3F 0 57 42 1B 15A 4C 29
Octal 272 31 77 0 127 102 33 532 114 51
Binary 10111010 11001 111111 0 1010111 1000010 11011 101011010 1001100 101001

Color Harmonies of #BA193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA193F

Black with #BA193F

Text Example


Text Example

White with #BA193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA193F; }

 p { color: rgb(186,25,63); }

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

background-color css

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

 a { background-color: rgb(186,25,63); }

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

border-color css

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

 span { border-color: rgb(186,25,63); }

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