Html Css Color HEX #BA0540 Cardinal

📋 copy color: '#BA0540'

red 186 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #BA0540

Tints of Cardinal #BA0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 72.94%
G = 1.96%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA0540 (or 0xBA0540) is known color: Cardinal. HEX triplet: BA, 05 and 40. RGB value is (186,5,64). Sum of RGB (Red+Green+Blue) = 186+5+64=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0540 is #45FABF. Grayscale: #414141. Windows color (decimal): -4586176 or 4195770. OLE color: 4195770.

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

Color convert

RGB 186 5 64 -
CMYK 0 0.97 0.66 0.27
HSL 340.44º 0.95% 0.37% -
HSV(B) 340.44º 0.97% 0.73% -
XYZ 21.23 10.92 5.84 -
YUV 65.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 186 5 64 0 0.97 0.66 0.27 340.44 0.95 0.37
Hex BA 5 40 0 61 42 1B 154 5F 25
Octal 272 5 100 0 141 102 33 524 137 45
Binary 10111010 101 1000000 0 1100001 1000010 11011 101010100 1011111 100101

Color Harmonies of #BA0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0540

Black with #BA0540

Text Example


Text Example

White with #BA0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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