Html Css Color HEX #BA1E40 Cardinal

📋 copy color: '#BA1E40'

red 186 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #BA1E40

Tints of Cardinal #BA1E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 66.43%
G = 10.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1E40 (or 0xBA1E40) is known color: Cardinal. HEX triplet: BA, 1E and 40. RGB value is (186,30,64). Sum of RGB (Red+Green+Blue) = 186+30+64=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E40 is #45E1BF. Grayscale: #505050. Windows color (decimal): -4579776 or 4202170. OLE color: 4202170.

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

Color convert

RGB 186 30 64 -
CMYK 0 0.84 0.66 0.27
HSL 346.92º 0.72% 0.42% -
HSV(B) 346.92º 0.84% 0.73% -
XYZ 21.64 11.74 5.98 -
YUV 80.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 186 30 64 0 0.84 0.66 0.27 346.92 0.72 0.42
Hex BA 1E 40 0 54 42 1B 15B 48 2A
Octal 272 36 100 0 124 102 33 533 110 52
Binary 10111010 11110 1000000 0 1010100 1000010 11011 101011011 1001000 101010

Color Harmonies of #BA1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E40

Black with #BA1E40

Text Example


Text Example

White with #BA1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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