Html Css Color HEX #BA1246 Cardinal

📋 copy color: '#BA1246'

red 186 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #BA1246

Tints of Cardinal #BA1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 67.88%
G = 6.57%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA1246 (or 0xBA1246) is known color: Cardinal. HEX triplet: BA, 12 and 46. RGB value is (186,18,70). Sum of RGB (Red+Green+Blue) = 186+18+70=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1246 is #45EDB9. Grayscale: #4A4A4A. Windows color (decimal): -4582842 or 4592314. OLE color: 4592314.

HSL color Cylindrical-coordinate representation of color #BA1246: hue angle of 341.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1246 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 70 -
CMYK 0 0.90 0.62 0.27
HSL 341.43º 0.82% 0.4% -
HSV(B) 341.43º 0.9% 0.73% -
XYZ 21.57 11.31 6.84 -
YUV 74.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 186 18 70 0 0.90 0.62 0.27 341.43 0.82 0.4
Hex BA 12 46 0 5A 3E 1B 155 52 28
Octal 272 22 106 0 132 76 33 525 122 50
Binary 10111010 10010 1000110 0 1011010 111110 11011 101010101 1010010 101000

Color Harmonies of #BA1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1246

Black with #BA1246

Text Example


Text Example

White with #BA1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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