Html Css Color HEX #BA173F Cardinal

📋 copy color: '#BA173F'

red 186 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #BA173F

Tints of Cardinal #BA173F

RGB

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

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

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

R = 68.38%
G = 8.46%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA173F (or 0xBA173F) is known color: Cardinal. HEX triplet: BA, 17 and 3F. RGB value is (186,23,63). Sum of RGB (Red+Green+Blue) = 186+23+63=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA173F is #45E8C0. Grayscale: #4C4C4C. Windows color (decimal): -4581569 or 4134842. OLE color: 4134842.

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

Color convert

RGB 186 23 63 -
CMYK 0 0.88 0.66 0.27
HSL 345.28º 0.78% 0.41% -
HSV(B) 345.28º 0.88% 0.73% -
XYZ 21.45 11.41 5.77 -
YUV 76.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 186 23 63 0 0.88 0.66 0.27 345.28 0.78 0.41
Hex BA 17 3F 0 58 42 1B 159 4E 29
Octal 272 27 77 0 130 102 33 531 116 51
Binary 10111010 10111 111111 0 1011000 1000010 11011 101011001 1001110 101001

Color Harmonies of #BA173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA173F

Black with #BA173F

Text Example


Text Example

White with #BA173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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