Html Css Color HEX #BA173B Cardinal

📋 copy color: '#BA173B'

red 186 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #BA173B

Tints of Cardinal #BA173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 69.4%
G = 8.58%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA173B (or 0xBA173B) is known color: Cardinal. HEX triplet: BA, 17 and 3B. RGB value is (186,23,59). Sum of RGB (Red+Green+Blue) = 186+23+59=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA173B is #45E8C4. Grayscale: #4B4B4B. Windows color (decimal): -4581573 or 3872698. OLE color: 3872698.

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

Color convert

RGB 186 23 59 -
CMYK 0 0.88 0.68 0.27
HSL 346.75º 0.78% 0.41% -
HSV(B) 346.75º 0.88% 0.73% -
XYZ 21.35 11.37 5.21 -
YUV 75.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 186 23 59 0 0.88 0.68 0.27 346.75 0.78 0.41
Hex BA 17 3B 0 58 44 1B 15B 4E 29
Octal 272 27 73 0 130 104 33 533 116 51
Binary 10111010 10111 111011 0 1011000 1000100 11011 101011011 1001110 101001

Color Harmonies of #BA173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA173B

Black with #BA173B

Text Example


Text Example

White with #BA173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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