Html Css Color HEX #BA0040 Cardinal

📋 copy color: '#BA0040'

red 186 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #BA0040

Tints of Cardinal #BA0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.4%
G = 0%
B = 25.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA0040 (or 0xBA0040) is known color: Cardinal. HEX triplet: BA, 00 and 40. RGB value is (186,0,64). Sum of RGB (Red+Green+Blue) = 186+0+64=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0040 is #45FFBF. Grayscale: #3E3E3E. Windows color (decimal): -4587456 or 4194490. OLE color: 4194490.

HSL color Cylindrical-coordinate representation of color #BA0040: hue angle of 339.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0040 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 64 -
CMYK 0 1 0.66 0.27
HSL 339.35º 1% 0.36% -
HSV(B) 339.35º 1% 0.73% -
XYZ 21.18 10.81 5.82 -
YUV 62.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 186 0 64 0 1 0.66 0.27 339.35 1 0.36
Hex BA 0 40 0 64 42 1B 153 64 24
Octal 272 0 100 0 144 102 33 523 144 44
Binary 10111010 0 1000000 0 1100100 1000010 11011 101010011 1100100 100100

Color Harmonies of #BA0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0040

Black with #BA0040

Text Example


Text Example

White with #BA0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0040; }

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

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

background-color css

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

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

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

border-color css

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

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

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