Html Css Color HEX #BA172E Cardinal

📋 copy color: '#BA172E'

red 186 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #BA172E

Tints of Cardinal #BA172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 72.94%
G = 9.02%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA172E (or 0xBA172E) is known color: Cardinal. HEX triplet: BA, 17 and 2E. RGB value is (186,23,46). Sum of RGB (Red+Green+Blue) = 186+23+46=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA172E is #45E8D1. Grayscale: #4A4A4A. Windows color (decimal): -4581586 or 3020730. OLE color: 3020730.

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

Color convert

RGB 186 23 46 -
CMYK 0 0.88 0.75 0.27
HSL 351.53º 0.78% 0.41% -
HSV(B) 351.53º 0.88% 0.73% -
XYZ 21.05 11.25 3.65 -
YUV 74.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 186 23 46 0 0.88 0.75 0.27 351.53 0.78 0.41
Hex BA 17 2E 0 58 4B 1B 160 4E 29
Octal 272 27 56 0 130 113 33 540 116 51
Binary 10111010 10111 101110 0 1011000 1001011 11011 101100000 1001110 101001

Color Harmonies of #BA172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA172E

Black with #BA172E

Text Example


Text Example

White with #BA172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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