Html Css Color HEX #BA0646 Cardinal

📋 copy color: '#BA0646'

red 186 ◦ green 6 ◦ blue 70

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

Shades of Cardinal #BA0646

Tints of Cardinal #BA0646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 70.99%
G = 2.29%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0646 (or 0xBA0646) is known color: Cardinal. HEX triplet: BA, 06 and 46. RGB value is (186,6,70). Sum of RGB (Red+Green+Blue) = 186+6+70=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0646 is #45F9B9. Grayscale: #434343. Windows color (decimal): -4585914 or 4589242. OLE color: 4589242.

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

Color convert

RGB 186 6 70 -
CMYK 0 0.97 0.62 0.27
HSL 338.67º 0.94% 0.38% -
HSV(B) 338.67º 0.97% 0.73% -
XYZ 21.42 11.01 6.79 -
YUV 67.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 186 6 70 0 0.97 0.62 0.27 338.67 0.94 0.38
Hex BA 6 46 0 61 3E 1B 153 5E 26
Octal 272 6 106 0 141 76 33 523 136 46
Binary 10111010 110 1000110 0 1100001 111110 11011 101010011 1011110 100110

Color Harmonies of #BA0646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0646

Black with #BA0646

Text Example


Text Example

White with #BA0646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0646; }

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

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

background-color css

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

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

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

border-color css

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

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

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