Html Css Color HEX #BA0346 Cardinal

📋 copy color: '#BA0346'

red 186 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #BA0346

Tints of Cardinal #BA0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 71.81%
G = 1.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0346 (or 0xBA0346) is known color: Cardinal. HEX triplet: BA, 03 and 46. RGB value is (186,3,70). Sum of RGB (Red+Green+Blue) = 186+3+70=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0346 is #45FCB9. Grayscale: #414141. Windows color (decimal): -4586682 or 4588474. OLE color: 4588474.

HSL color Cylindrical-coordinate representation of color #BA0346: hue angle of 338.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0346 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 70 -
CMYK 0 0.98 0.62 0.27
HSL 338.03º 0.97% 0.37% -
HSV(B) 338.03º 0.98% 0.73% -
XYZ 21.39 10.95 6.78 -
YUV 65.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 186 3 70 0 0.98 0.62 0.27 338.03 0.97 0.37
Hex BA 3 46 0 62 3E 1B 152 61 25
Octal 272 3 106 0 142 76 33 522 141 45
Binary 10111010 11 1000110 0 1100010 111110 11011 101010010 1100001 100101

Color Harmonies of #BA0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0346

Black with #BA0346

Text Example


Text Example

White with #BA0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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