Html Css Color HEX #BA0846 Cardinal

📋 copy color: '#BA0846'

red 186 ◦ green 8 ◦ blue 70

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

Shades of Cardinal #BA0846

Tints of Cardinal #BA0846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

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

R = 70.45%
G = 3.03%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0846 (or 0xBA0846) is known color: Cardinal. HEX triplet: BA, 08 and 46. RGB value is (186,8,70). Sum of RGB (Red+Green+Blue) = 186+8+70=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0846 is #45F7B9. Grayscale: #444444. Windows color (decimal): -4585402 or 4589754. OLE color: 4589754.

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

Color convert

RGB 186 8 70 -
CMYK 0 0.96 0.62 0.27
HSL 339.1º 0.92% 0.38% -
HSV(B) 339.1º 0.96% 0.73% -
XYZ 21.44 11.05 6.8 -
YUV 68.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 186 8 70 0 0.96 0.62 0.27 339.1 0.92 0.38
Hex BA 8 46 0 60 3E 1B 153 5C 26
Octal 272 10 106 0 140 76 33 523 134 46
Binary 10111010 1000 1000110 0 1100000 111110 11011 101010011 1011100 100110

Color Harmonies of #BA0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0846

Black with #BA0846

Text Example


Text Example

White with #BA0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0846; }

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

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

background-color css

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

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

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

border-color css

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

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

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