Html Css Color HEX #BA1730 Cardinal

📋 copy color: '#BA1730'

red 186 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #BA1730

Tints of Cardinal #BA1730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 72.37%
G = 8.95%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1730 (or 0xBA1730) is known color: Cardinal. HEX triplet: BA, 17 and 30. RGB value is (186,23,48). Sum of RGB (Red+Green+Blue) = 186+23+48=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1730 is #45E8CF. Grayscale: #4A4A4A. Windows color (decimal): -4581584 or 3151802. OLE color: 3151802.

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

Color convert

RGB 186 23 48 -
CMYK 0 0.88 0.74 0.27
HSL 350.8º 0.78% 0.41% -
HSV(B) 350.8º 0.88% 0.73% -
XYZ 21.09 11.27 3.86 -
YUV 74.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 186 23 48 0 0.88 0.74 0.27 350.8 0.78 0.41
Hex BA 17 30 0 58 4A 1B 15F 4E 29
Octal 272 27 60 0 130 112 33 537 116 51
Binary 10111010 10111 110000 0 1011000 1001010 11011 101011111 1001110 101001

Color Harmonies of #BA1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1730

Black with #BA1730

Text Example


Text Example

White with #BA1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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