Html Css Color HEX #BA0140 Cardinal

📋 copy color: '#BA0140'

red 186 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #BA0140

Tints of Cardinal #BA0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 74.1%
G = 0.4%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA0140 (or 0xBA0140) is known color: Cardinal. HEX triplet: BA, 01 and 40. RGB value is (186,1,64). Sum of RGB (Red+Green+Blue) = 186+1+64=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0140 is #45FEBF. Grayscale: #3F3F3F. Windows color (decimal): -4587200 or 4194746. OLE color: 4194746.

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

Color convert

RGB 186 1 64 -
CMYK 0 0.99 0.66 0.27
HSL 339.57º 0.99% 0.37% -
HSV(B) 339.57º 0.99% 0.73% -
XYZ 21.19 10.83 5.82 -
YUV 63.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 186 1 64 0 0.99 0.66 0.27 339.57 0.99 0.37
Hex BA 1 40 0 63 42 1B 154 63 25
Octal 272 1 100 0 143 102 33 524 143 45
Binary 10111010 1 1000000 0 1100011 1000010 11011 101010100 1100011 100101

Color Harmonies of #BA0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0140

Black with #BA0140

Text Example


Text Example

White with #BA0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0140; }

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

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

background-color css

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

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

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

border-color css

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

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

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