Html Css Color HEX #BA173A Cardinal

📋 copy color: '#BA173A'

red 186 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #BA173A

Tints of Cardinal #BA173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 69.66%
G = 8.61%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA173A (or 0xBA173A) is known color: Cardinal. HEX triplet: BA, 17 and 3A. RGB value is (186,23,58). Sum of RGB (Red+Green+Blue) = 186+23+58=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA173A is #45E8C5. Grayscale: #4B4B4B. Windows color (decimal): -4581574 or 3807162. OLE color: 3807162.

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

Color convert

RGB 186 23 58 -
CMYK 0 0.88 0.69 0.27
HSL 347.12º 0.78% 0.41% -
HSV(B) 347.12º 0.88% 0.73% -
XYZ 21.32 11.36 5.07 -
YUV 75.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 186 23 58 0 0.88 0.69 0.27 347.12 0.78 0.41
Hex BA 17 3A 0 58 45 1B 15B 4E 29
Octal 272 27 72 0 130 105 33 533 116 51
Binary 10111010 10111 111010 0 1011000 1000101 11011 101011011 1001110 101001

Color Harmonies of #BA173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA173A

Black with #BA173A

Text Example


Text Example

White with #BA173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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