Html Css Color HEX #BA1B40 Cardinal

📋 copy color: '#BA1B40'

red 186 ◦ green 27 ◦ blue 64

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

Shades of Cardinal #BA1B40

Tints of Cardinal #BA1B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

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

R = 67.15%
G = 9.75%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1B40 (or 0xBA1B40) is known color: Cardinal. HEX triplet: BA, 1B and 40. RGB value is (186,27,64). Sum of RGB (Red+Green+Blue) = 186+27+64=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B40 is #45E4BF. Grayscale: #4E4E4E. Windows color (decimal): -4580544 or 4201402. OLE color: 4201402.

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

Color convert

RGB 186 27 64 -
CMYK 0 0.85 0.66 0.27
HSL 346.04º 0.75% 0.42% -
HSV(B) 346.04º 0.85% 0.73% -
XYZ 21.57 11.59 5.95 -
YUV 78.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 186 27 64 0 0.85 0.66 0.27 346.04 0.75 0.42
Hex BA 1B 40 0 55 42 1B 15A 4B 2A
Octal 272 33 100 0 125 102 33 532 113 52
Binary 10111010 11011 1000000 0 1010101 1000010 11011 101011010 1001011 101010

Color Harmonies of #BA1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B40

Black with #BA1B40

Text Example


Text Example

White with #BA1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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