Html Css Color HEX #BA0547 Cardinal

📋 copy color: '#BA0547'

red 186 ◦ green 5 ◦ blue 71

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

Shades of Cardinal #BA0547

Tints of Cardinal #BA0547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 70.99%
G = 1.91%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0547 (or 0xBA0547) is known color: Cardinal. HEX triplet: BA, 05 and 47. RGB value is (186,5,71). Sum of RGB (Red+Green+Blue) = 186+5+71=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0547 is #45FAB8. Grayscale: #424242. Windows color (decimal): -4586169 or 4654522. OLE color: 4654522.

HSL color Cylindrical-coordinate representation of color #BA0547: hue angle of 338.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0547 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 71 -
CMYK 0 0.97 0.62 0.27
HSL 338.12º 0.95% 0.37% -
HSV(B) 338.12º 0.97% 0.73% -
XYZ 21.44 11 6.95 -
YUV 66.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 186 5 71 0 0.97 0.62 0.27 338.12 0.95 0.37
Hex BA 5 47 0 61 3E 1B 152 5F 25
Octal 272 5 107 0 141 76 33 522 137 45
Binary 10111010 101 1000111 0 1100001 111110 11011 101010010 1011111 100101

Color Harmonies of #BA0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0547

Black with #BA0547

Text Example


Text Example

White with #BA0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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