Html Css Color HEX #BA174B Cardinal

📋 copy color: '#BA174B'

red 186 ◦ green 23 ◦ blue 75

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

Shades of Cardinal #BA174B

Tints of Cardinal #BA174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 65.49%
G = 8.1%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA174B (or 0xBA174B) is known color: Cardinal. HEX triplet: BA, 17 and 4B. RGB value is (186,23,75). Sum of RGB (Red+Green+Blue) = 186+23+75=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA174B is #45E8B4. Grayscale: #4D4D4D. Windows color (decimal): -4581557 or 4921274. OLE color: 4921274.

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

Color convert

RGB 186 23 75 -
CMYK 0 0.88 0.60 0.27
HSL 340.86º 0.78% 0.41% -
HSV(B) 340.86º 0.88% 0.73% -
XYZ 21.83 11.56 7.74 -
YUV 77.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 186 23 75 0 0.88 0.60 0.27 340.86 0.78 0.41
Hex BA 17 4B 0 58 3C 1B 155 4E 29
Octal 272 27 113 0 130 74 33 525 116 51
Binary 10111010 10111 1001011 0 1011000 111100 11011 101010101 1001110 101001

Color Harmonies of #BA174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA174B

Black with #BA174B

Text Example


Text Example

White with #BA174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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