Html Css Color HEX #BA1D46 Cardinal

📋 copy color: '#BA1D46'

red 186 ◦ green 29 ◦ blue 70

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

Shades of Cardinal #BA1D46

Tints of Cardinal #BA1D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 65.26%
G = 10.18%
B = 24.56%

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

#BA1D46 (or 0xBA1D46) is known color: Cardinal. HEX triplet: BA, 1D and 46. RGB value is (186,29,70). Sum of RGB (Red+Green+Blue) = 186+29+70=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D46 is #45E2B9. Grayscale: #505050. Windows color (decimal): -4580026 or 4595130. OLE color: 4595130.

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

Color convert

RGB 186 29 70 -
CMYK 0 0.84 0.62 0.27
HSL 344.33º 0.73% 0.42% -
HSV(B) 344.33º 0.84% 0.73% -
XYZ 21.79 11.76 6.92 -
YUV 80.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 186 29 70 0 0.84 0.62 0.27 344.33 0.73 0.42
Hex BA 1D 46 0 54 3E 1B 158 49 2A
Octal 272 35 106 0 124 76 33 530 111 52
Binary 10111010 11101 1000110 0 1010100 111110 11011 101011000 1001001 101010

Color Harmonies of #BA1D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D46

Black with #BA1D46

Text Example


Text Example

White with #BA1D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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