Html Css Color HEX #BA1247 Cardinal

📋 copy color: '#BA1247'

red 186 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #BA1247

Tints of Cardinal #BA1247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 67.64%
G = 6.55%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1247 (or 0xBA1247) is known color: Cardinal. HEX triplet: BA, 12 and 47. RGB value is (186,18,71). Sum of RGB (Red+Green+Blue) = 186+18+71=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1247 is #45EDB8. Grayscale: #4A4A4A. Windows color (decimal): -4582841 or 4657850. OLE color: 4657850.

HSL color Cylindrical-coordinate representation of color #BA1247: hue angle of 341.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1247 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 71 -
CMYK 0 0.90 0.62 0.27
HSL 341.07º 0.82% 0.4% -
HSV(B) 341.07º 0.9% 0.73% -
XYZ 21.6 11.33 7.01 -
YUV 74.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 186 18 71 0 0.90 0.62 0.27 341.07 0.82 0.4
Hex BA 12 47 0 5A 3E 1B 155 52 28
Octal 272 22 107 0 132 76 33 525 122 50
Binary 10111010 10010 1000111 0 1011010 111110 11011 101010101 1010010 101000

Color Harmonies of #BA1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1247

Black with #BA1247

Text Example


Text Example

White with #BA1247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1247; }

 p { color: rgb(186,18,71); }

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

background-color css

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

 a { background-color: rgb(186,18,71); }

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

border-color css

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

 span { border-color: rgb(186,18,71); }

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