Html Css Color HEX #BA1E46 Cardinal

📋 copy color: '#BA1E46'

red 186 ◦ green 30 ◦ blue 70

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

Shades of Cardinal #BA1E46

Tints of Cardinal #BA1E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 65.03%
G = 10.49%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1E46 (or 0xBA1E46) is known color: Cardinal. HEX triplet: BA, 1E and 46. RGB value is (186,30,70). Sum of RGB (Red+Green+Blue) = 186+30+70=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E46 is #45E1B9. Grayscale: #515151. Windows color (decimal): -4579770 or 4595386. OLE color: 4595386.

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

Color convert

RGB 186 30 70 -
CMYK 0 0.84 0.62 0.27
HSL 344.62º 0.72% 0.42% -
HSV(B) 344.62º 0.84% 0.73% -
XYZ 21.82 11.81 6.92 -
YUV 81.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 186 30 70 0 0.84 0.62 0.27 344.62 0.72 0.42
Hex BA 1E 46 0 54 3E 1B 159 48 2A
Octal 272 36 106 0 124 76 33 531 110 52
Binary 10111010 11110 1000110 0 1010100 111110 11011 101011001 1001000 101010

Color Harmonies of #BA1E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E46

Black with #BA1E46

Text Example


Text Example

White with #BA1E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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