Html Css Color HEX #BA193A Cardinal

📋 copy color: '#BA193A'

red 186 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #BA193A

Tints of Cardinal #BA193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 69.14%
G = 9.29%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA193A (or 0xBA193A) is known color: Cardinal. HEX triplet: BA, 19 and 3A. RGB value is (186,25,58). Sum of RGB (Red+Green+Blue) = 186+25+58=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA193A is #45E6C5. Grayscale: #4C4C4C. Windows color (decimal): -4581062 or 3807674. OLE color: 3807674.

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

Color convert

RGB 186 25 58 -
CMYK 0 0.87 0.69 0.27
HSL 347.7º 0.76% 0.41% -
HSV(B) 347.7º 0.87% 0.73% -
XYZ 21.36 11.44 5.09 -
YUV 76.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 186 25 58 0 0.87 0.69 0.27 347.7 0.76 0.41
Hex BA 19 3A 0 57 45 1B 15C 4C 29
Octal 272 31 72 0 127 105 33 534 114 51
Binary 10111010 11001 111010 0 1010111 1000101 11011 101011100 1001100 101001

Color Harmonies of #BA193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA193A

Black with #BA193A

Text Example


Text Example

White with #BA193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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