Html Css Color HEX #BA172A Cardinal

📋 copy color: '#BA172A'

red 186 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #BA172A

Tints of Cardinal #BA172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 74.1%
G = 9.16%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA172A (or 0xBA172A) is known color: Cardinal. HEX triplet: BA, 17 and 2A. RGB value is (186,23,42). Sum of RGB (Red+Green+Blue) = 186+23+42=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA172A is #45E8D5. Grayscale: #494949. Windows color (decimal): -4581590 or 2758586. OLE color: 2758586.

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

Color convert

RGB 186 23 42 -
CMYK 0 0.88 0.77 0.27
HSL 353.01º 0.78% 0.41% -
HSV(B) 353.01º 0.88% 0.73% -
XYZ 20.97 11.22 3.25 -
YUV 73.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 186 23 42 0 0.88 0.77 0.27 353.01 0.78 0.41
Hex BA 17 2A 0 58 4D 1B 161 4E 29
Octal 272 27 52 0 130 115 33 541 116 51
Binary 10111010 10111 101010 0 1011000 1001101 11011 101100001 1001110 101001

Color Harmonies of #BA172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA172A

Black with #BA172A

Text Example


Text Example

White with #BA172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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