Html Css Color HEX #BA193E Cardinal

📋 copy color: '#BA193E'

red 186 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #BA193E

Tints of Cardinal #BA193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 68.13%
G = 9.16%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA193E (or 0xBA193E) is known color: Cardinal. HEX triplet: BA, 19 and 3E. RGB value is (186,25,62). Sum of RGB (Red+Green+Blue) = 186+25+62=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA193E is #45E6C1. Grayscale: #4D4D4D. Windows color (decimal): -4581058 or 4069818. OLE color: 4069818.

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

Color convert

RGB 186 25 62 -
CMYK 0 0.87 0.67 0.27
HSL 346.21º 0.76% 0.41% -
HSV(B) 346.21º 0.87% 0.73% -
XYZ 21.47 11.48 5.64 -
YUV 77.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 186 25 62 0 0.87 0.67 0.27 346.21 0.76 0.41
Hex BA 19 3E 0 57 43 1B 15A 4C 29
Octal 272 31 76 0 127 103 33 532 114 51
Binary 10111010 11001 111110 0 1010111 1000011 11011 101011010 1001100 101001

Color Harmonies of #BA193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA193E

Black with #BA193E

Text Example


Text Example

White with #BA193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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